Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5808


Ignore:
Timestamp:
Sep 27, 2009, 2:59:28 PM (15 years ago)
Author:
erwin
Message:

Correcting a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/sound/SoundBase.cc

    r5781 r5808  
    9797            if(alGetError() != AL_NO_ERROR)
    9898            {
    99                  COUT(2) << "Sound: OpenAL: Error playin sound " << this->source_ << std::endl;
     99                 COUT(2) << "Sound: OpenAL: Error playing sound " << this->source_ << std::endl;
    100100            }
    101101        }
Note: See TracChangeset for help on using the changeset viewer.