Typo fixes

This commit is contained in:
Alberto Luaces
2016-05-30 12:30:05 +01:00
committed by Robert Osfield
parent 307001391f
commit 260cbab518
40 changed files with 56 additions and 56 deletions

View File

@@ -39,7 +39,7 @@ inline bool iequals(const std::string& lhs, const std::string& rhs)
}
/** Unique Indentifier class to help with efficiently comparing
/** Unique Identifier class to help with efficiently comparing
* road classification or region via pointers.*/
class OSG_EXPORT Identifier : public osg::Referenced, public osg::Observer
{

View File

@@ -23,7 +23,7 @@
namespace osgUtil {
/** A class for assisting the building a scene graph that is equivilant to OpenGL 1.0 style calls.
/** A class for assisting the building a scene graph that is equivalent to OpenGL 1.0 style calls.
*/
class OSGUTIL_EXPORT SceneGraphBuilder
{