Typo fixes
This commit is contained in:
committed by
Robert Osfield
parent
307001391f
commit
260cbab518
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user