Index: OpenSceneGraph/trunk/examples/osganalysis/osganalysis.cpp
===================================================================
--- OpenSceneGraph/trunk/examples/osganalysis/osganalysis.cpp (revision 12292)
+++ OpenSceneGraph/trunk/examples/osganalysis/osganalysis.cpp (revision 12697)
@@ -135,9 +135,9 @@
         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;
