From Alberto Luacas, typo fixes

This commit is contained in:
Robert Osfield
2011-07-17 16:24:47 +00:00
parent 9c876964a5
commit b59ab789a3
11 changed files with 12 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ public:
{
supportsExtension("ogr","OGR file reader");
supportsOption("useRandomColorByFeature", "Assign a random color to each feature.");
supportsOption("addGroupPerFeature", "Places each feature in a seperate group.");
supportsOption("addGroupPerFeature", "Places each feature in a separate group.");
oldHandler = CPLSetErrorHandler(CPLOSGErrorHandler);
}

View File

@@ -326,7 +326,7 @@ public:
// note from Robert Osfield when integrating, we should probably have so
// error handling mechanism here. Possibly move the load from
// the constructor to a seperate load method, and have a valid
// the constructor to a separate load method, and have a valid
// state on the ImageStream... will integrated as is right now
// to get things off the ground.
QuicktimeImageStream* moov = new QuicktimeImageStream(fileName);

View File

@@ -88,7 +88,7 @@ private:
{
if (options && (options->getOptionString() == "separateFiles"))
{
OSG_INFO << "ReaderWriterSTL::writeNode: Files are seperated written" << std::endl;
OSG_INFO << "ReaderWriterSTL::writeNode: Files are separated written" << std::endl;
} else {
m_f = new osgDB::ofstream(m_fout.c_str());
*m_f << "solid " << counter << std::endl;

View File

@@ -332,7 +332,7 @@ bool trpgHeader::Read(trpgReadBuffer &buf)
return isValid();
}
// Read the LOD info (seperate token)
// Read the LOD info (separate token)
bool trpgHeader::ReadLodInfo(trpgReadBuffer &buf)
{
float64 range;