[Orxonox-commit 1087] r5808 - code/trunk/src/orxonox/sound

erwin at orxonox.net erwin at orxonox.net
Sun Sep 27 14:59:28 CEST 2009


Author: erwin
Date: 2009-09-27 14:59:28 +0200 (Sun, 27 Sep 2009)
New Revision: 5808

Modified:
   code/trunk/src/orxonox/sound/SoundBase.cc
Log:
Correcting a typo

Modified: code/trunk/src/orxonox/sound/SoundBase.cc
===================================================================
--- code/trunk/src/orxonox/sound/SoundBase.cc	2009-09-27 10:53:49 UTC (rev 5807)
+++ code/trunk/src/orxonox/sound/SoundBase.cc	2009-09-27 12:59:28 UTC (rev 5808)
@@ -96,7 +96,7 @@
 
             if(alGetError() != AL_NO_ERROR)
             {
-                 COUT(2) << "Sound: OpenAL: Error playin sound " << this->source_ << std::endl;
+                 COUT(2) << "Sound: OpenAL: Error playing sound " << this->source_ << std::endl;
             }
         }
     }




More information about the Orxonox-commit mailing list