MantisBT - VCMI
View Issue Details
0002596VCMIOtherpublic2016-11-09 09:372022-04-12 11:19
josch 
Dydzio 
normalminorhave not tried
closedfixed 
 
1.next 
0002596: two tiny spelling mistakes
Please consider applying the following patch to fix two tiny spelling mistakes:

--- vcmi-0.99+dfsg.orig/client/CMusicHandler.cpp
+++ vcmi-0.99+dfsg/client/CMusicHandler.cpp
@@ -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;
--- vcmi-0.99+dfsg.orig/lib/rmg/CRmgTemplate.cpp
+++ vcmi-0.99+dfsg/lib/rmg/CRmgTemplate.cpp
@@ -47,7 +47,7 @@ int CRmgTemplateZoneConnection::getGuard
 
 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;
 }
No tags attached.
Issue History
2016-11-09 09:37joschNew Issue
2016-11-10 10:57DydzioAssigned To => Dydzio
2016-11-10 10:57DydzioStatusnew => assigned
2016-11-10 10:57DydzioNote Added: 0006894
2016-11-10 10:59SXXStatusassigned => resolved
2016-11-10 10:59SXXFixed in Version => 1.next
2016-11-10 10:59SXXResolutionopen => fixed
2022-04-12 11:19PovelitelStatusresolved => closed

Notes
(0006894)
Dydzio   
2016-11-10 10:57   
Fixed in: https://github.com/vcmi/vcmi/pull/258 [^]