summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
committermatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
commit53982003ee202f3bcd2d8da8a55e97d1b986fa23 (patch)
tree93a86d890e85cc949f8c797e2764930b478fd72e /src/newgrf.cpp
parent668fb3f6582e9c7aea5bc5502b062c776fd746fd (diff)
downloadopenttd-53982003ee202f3bcd2d8da8a55e97d1b986fa23.tar.xz
(svn r27560) -Fix: typos in comments and string
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index b9c1bf89e..6624e2bfd 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3010,7 +3010,7 @@ static ChangeInfoResult SoundEffectChangeInfo(uint sid, int numinfo, int prop, B
}
if (sid + numinfo - ORIGINAL_SAMPLE_COUNT > _cur.grffile->num_sounds) {
- grfmsg(1, "SoundEffectChangeInfo: Attemting to change undefined sound effect (%u), max (%u). Ignoring.", sid + numinfo, ORIGINAL_SAMPLE_COUNT + _cur.grffile->num_sounds);
+ grfmsg(1, "SoundEffectChangeInfo: Attempting to change undefined sound effect (%u), max (%u). Ignoring.", sid + numinfo, ORIGINAL_SAMPLE_COUNT + _cur.grffile->num_sounds);
return CIR_INVALID_ID;
}