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

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