aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/volume.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-02-23 22:07:32 +0100
committerWillem Jan Palenstijn2013-02-23 22:07:32 +0100
commit2d1fd3b5549fc972b342f3292c77d562b401a91a (patch)
tree1edf36d311b672dace89e8199263b5b84a076eee /engines/cruise/volume.cpp
parent21ed47ce1366ee6b9b861391faeccc0eb2c5afb3 (diff)
downloadscummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.gz
scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.bz2
scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.zip
ALL: Fix typo (existant->existent)
Diffstat (limited to 'engines/cruise/volume.cpp')
-rw-r--r--engines/cruise/volume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/volume.cpp b/engines/cruise/volume.cpp
index 4b64d4ff77..9fb6842882 100644
--- a/engines/cruise/volume.cpp
+++ b/engines/cruise/volume.cpp
@@ -447,7 +447,7 @@ int16 readVolCnf() {
///////////////////////////::
-// This code used to rely on "strupr", which is non existant on my system,
+// This code used to rely on "strupr", which is non existent on my system,
// thus I just implemented this function instead. - LordHoto
//
// TODO: This might be code duplication, please check this out.