From Joakim Simmonsson, fixed various spelling typos in comments

This commit is contained in:
Robert Osfield
2008-07-11 17:41:50 +00:00
parent 161e01dc5d
commit 1489eeb228
14 changed files with 25 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ std::string ExportOptions::_tempDirOption( "tempDir" );
std::string ExportOptions::_lightingOption( "lighting" );
/** Value: "stripTextureFilePath".
* If present in the Options string, the exporter strips the path from
* texture file names, and writes only the texure file name to the FLT
* texture file names, and writes only the texture file name to the FLT
* Texture Palette. By default, the exporter doesn't strip the path,
* and the name written to the Texture Palette is taken directly from
* the osg::Image object referenced by the osg::Texture2D StateAttribute.