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

@@ -134,11 +134,11 @@ public:
if (_imageProcessor.valid())
{
OSG_NOTICE<<"Will be using ImageProcessor to proces image "<<image->getFileName()<<std::endl;
OSG_NOTICE<<"Will be using ImageProcessor to process image "<<image->getFileName()<<std::endl;
}
else
{
OSG_NOTICE<<"No ImageProcessor to proces image "<<image->getFileName()<<std::endl;
OSG_NOTICE<<"No ImageProcessor to process image "<<image->getFileName()<<std::endl;
}
OSG_NOTICE<<" compressImage "<<_compressImages<<std::endl;
OSG_NOTICE<<" generateMipmaps "<<_generateMipmaps<<std::endl;