Fix typos and spelling.

This commit is contained in:
Alberto Luaces
2018-04-20 18:18:22 +02:00
committed by Robert Osfield
parent c3008512f1
commit 02c310982e
187 changed files with 302 additions and 302 deletions

View File

@@ -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);

View File

@@ -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();