Index: /OpenSceneGraph/trunk/examples/osgmemorytest/osgmemorytest.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgmemorytest/osgmemorytest.cpp (revision 9459)
+++ /OpenSceneGraph/trunk/examples/osgmemorytest/osgmemorytest.cpp (revision 9692)
@@ -82,5 +82,5 @@
             else
             {
-                std::cerr<<"Error: Unable to create graphis context, problem with running osgViewer-"<<osgViewerGetVersion()<<", cannot create windows/pbuffers."<<std::endl;
+                std::cerr<<"Error: Unable to create graphics context, problem with running osgViewer-"<<osgViewerGetVersion()<<", cannot create windows/pbuffers."<<std::endl;
                 
                 if (_pbuffer) throw "Failed to create PixelBuffer";
@@ -407,5 +407,5 @@
         if (glMemoryTests.empty())
         {
-            std::cout<<"Not tests specified, please specify test using the command line options below."<<std::endl<<std::endl;
+            std::cout<<"No tests specified, please specify test using the command line options below."<<std::endl<<std::endl;
         
             arguments.getApplicationUsage()->write(std::cout,osg::ApplicationUsage::COMMAND_LINE_OPTION);
Index: /OpenSceneGraph/trunk/examples/osganimationtimeline/osganimationtimeline.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osganimationtimeline/osganimationtimeline.cpp (revision 9459)
+++ /OpenSceneGraph/trunk/examples/osganimationtimeline/osganimationtimeline.cpp (revision 9692)
@@ -158,5 +158,5 @@
 int main (int argc, char* argv[])
 {
-    std::cerr << "This example workd only with osgAnimation/nathan.osg" << std::endl;
+    std::cerr << "This example works only with osgAnimation/nathan.osg" << std::endl;
 
     osg::ArgumentParser psr(&argc, argv);
@@ -173,5 +173,5 @@
     if(!animationManager) 
     {
-        std::cerr << "Did not found AnimationManagerBase updateCallback needed to animate elements" << std::endl;
+        std::cerr << "Did not find AnimationManagerBase updateCallback needed to animate elements" << std::endl;
         return 1;
     }
Index: /OpenSceneGraph/trunk/examples/osgcluster/broadcaster.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgcluster/broadcaster.cpp (revision 9637)
+++ /OpenSceneGraph/trunk/examples/osgcluster/broadcaster.cpp (revision 9692)
@@ -165,5 +165,5 @@
     if( (h = gethostbyname( hostname )) == 0L )
     {
-        fprintf( stderr, "Broadcaster::setHost() - Cannot resolv an address for \"%s\".\n", hostname );
+        fprintf( stderr, "Broadcaster::setHost() - Cannot resolve an address for \"%s\".\n", hostname );
         _address = 0;
     }
Index: /OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp (revision 9637)
+++ /OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp (revision 9692)
@@ -414,5 +414,5 @@
 void CameraPacket::writeEventQueue(osgViewer::Viewer& viewer)
 {
-    osg::notify(osg::INFO)<<"recieved events = "<<_events.size()<<std::endl;
+    osg::notify(osg::INFO)<<"received events = "<<_events.size()<<std::endl;
 
     viewer.getEventQueue()->appendEvents(_events);
@@ -438,5 +438,5 @@
     arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
     arguments.getApplicationUsage()->addCommandLineOption("-m","Set viewer to MASTER mode, sending view via packets.");
-    arguments.getApplicationUsage()->addCommandLineOption("-s","Set viewer to SLAVE mode, reciving view via packets.");
+    arguments.getApplicationUsage()->addCommandLineOption("-s","Set viewer to SLAVE mode, receiving view via packets.");
     arguments.getApplicationUsage()->addCommandLineOption("-n <int>","Socket number to transmit packets");
     arguments.getApplicationUsage()->addCommandLineOption("-f <float>","Field of view of camera");
Index: /OpenSceneGraph/trunk/examples/osganimationviewer/AnimtkViewerKeyHandler.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osganimationviewer/AnimtkViewerKeyHandler.cpp (revision 9459)
+++ /OpenSceneGraph/trunk/examples/osganimationviewer/AnimtkViewerKeyHandler.cpp (revision 9692)
@@ -38,6 +38,6 @@
     std::cout << (char) _actionKeys.find(List)->second << " for List" << std::endl;
     std::cout << (char) _actionKeys.find(Play)->second << " for Play" << std::endl;
-    std::cout << (char) _actionKeys.find(Next)->second << " for selext Next item" << std::endl;
-    std::cout << (char) _actionKeys.find(Prev)->second << " for selext Previous item" << std::endl;
+    std::cout << (char) _actionKeys.find(Next)->second << " for select Next item" << std::endl;
+    std::cout << (char) _actionKeys.find(Prev)->second << " for select Previous item" << std::endl;
 }
 
Index: /OpenSceneGraph/trunk/examples/osggeodemo/osggeodemo.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osggeodemo/osggeodemo.cpp (revision 6941)
+++ /OpenSceneGraph/trunk/examples/osggeodemo/osggeodemo.cpp (revision 9692)
@@ -111,5 +111,5 @@
     if (!rootnode)
     {
-        osg::notify(osg::NOTICE)<<"Please specify and geo model filename on the command line."<<std::endl;
+        osg::notify(osg::NOTICE)<<"Please specify a geo model filename on the command line."<<std::endl;
         return 1;
     }
Index: /OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp (revision 6941)
+++ /OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp (revision 9692)
@@ -52,5 +52,5 @@
     if (!rootnode)
     {
-        osg::notify(osg::NOTICE)<<"Please specify and model filename on the command line."<<std::endl;
+        osg::notify(osg::NOTICE)<<"Please specify a model filename on the command line."<<std::endl;
         return 1;
     }
Index: /OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp (revision 9124)
+++ /OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp (revision 9692)
@@ -90,5 +90,5 @@
         else
         {
-            std::cout<<"Error: could not found file '"<<filename<<"'"<<std::endl;
+            std::cout<<"Error: could not find file '"<<filename<<"'"<<std::endl;
             return 1;
         }
