From e8a3ba8a9f6c47024045e2baf0c387e97a2a6887 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 3 Jun 2004 20:06:17 +0000 Subject: [PATCH] Fixed spelling of Equivalent. --- src/osgTerrain/DataSet.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/osgTerrain/DataSet.cpp b/src/osgTerrain/DataSet.cpp index de3668ce4..c1557bcbe 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -119,7 +119,7 @@ double getLinearUnits(const osg::CoordinateSystemNode* lhs) return result; } -bool areCoordinateSystemEquivilant(const osg::CoordinateSystemNode* lhs,const osg::CoordinateSystemNode* rhs) +bool areCoordinateSystemEquivalent(const osg::CoordinateSystemNode* lhs,const osg::CoordinateSystemNode* rhs) { // if ptr's equal the return true if (lhs == rhs) return true; @@ -127,7 +127,7 @@ bool areCoordinateSystemEquivilant(const osg::CoordinateSystemNode* lhs,const os // if one CS is NULL then true false if (!lhs || !rhs) { - //std::cout<<"areCoordinateSystemEquivilant lhs="<