@@ -483,7 +483,7 @@ bool MusicEntry::stop(int fade_ms)
{
if (Mix_PlayingMusic())
- logGlobal->traceStream()<<"Stoping music file "<<currentName;
+ logGlobal->traceStream()<<"Stopping music file "<<currentName;
loop = 0;
Mix_FadeOutMusic(fade_ms);
return true;
@@ -47,7 +47,7 @@ int CRmgTemplateZoneConnection::getGuardStrength() const
void CRmgTemplateZoneConnection::setGuardStrength(int value)
- if(value < 0) throw std::runtime_error("Negative value for guard strenth not allowed.");
+ if(value < 0) throw std::runtime_error("Negative value for guard strength not allowed.");
guardStrength = value;
}