Fix typos and spelling.
This commit is contained in:
committed by
Robert Osfield
parent
c3008512f1
commit
02c310982e
@@ -110,7 +110,7 @@ public:
|
||||
|
||||
void writeVolumeLayer(const osgVolume::Layer* layer);
|
||||
void writeVolumeLocator(const osgVolume::Locator* locator);
|
||||
void writeVolumeProperty(const osgVolume::Property* propety);
|
||||
void writeVolumeProperty(const osgVolume::Property* property);
|
||||
|
||||
void writeObject(const osg::Object* object);
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@ void Geometry::read(DataInputStream* in)
|
||||
in_THROW_EXCEPTION("Geometry::read(): Could not cast this osg::Geometry to an osg::Drawable.");
|
||||
|
||||
|
||||
// Read geoemtry properties
|
||||
// Read geometry properties
|
||||
|
||||
// Read primitiveset list.
|
||||
int size = in->readInt();
|
||||
|
||||
Reference in New Issue
Block a user