MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002596VCMIOtherpublic2016-11-09 09:372022-04-12 11:19
Reporterjosch 
Assigned ToDydzio 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version1.next 
Summary0002596: two tiny spelling mistakes
DescriptionPlease 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;
 }
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0006894)
Dydzio (developer)
2016-11-10 10:57

Fixed in: https://github.com/vcmi/vcmi/pull/258 [^]

- Issue History
Date Modified Username Field Change
2016-11-09 09:37 josch New Issue
2016-11-10 10:57 Dydzio Assigned To => Dydzio
2016-11-10 10:57 Dydzio Status new => assigned
2016-11-10 10:57 Dydzio Note Added: 0006894
2016-11-10 10:59 SXX Status assigned => resolved
2016-11-10 10:59 SXX Fixed in Version => 1.next
2016-11-10 10:59 SXX Resolution open => fixed
2022-04-12 11:19 Povelitel Status resolved => closed

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean