aboutsummaryrefslogtreecommitdiff
path: root/common
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 /common
parent21ed47ce1366ee6b9b861391faeccc0eb2c5afb3 (diff)
downloadscummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.gz
scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.bz2
scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.zip
ALL: Fix typo (existant->existent)
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index cd8a949ce7..291de87dc9 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -51,7 +51,7 @@
#include <stdio.h>
#include <stdarg.h>
- // MSVC's vsnprintf is either non-existant (2003) or bugged since it
+ // MSVC's vsnprintf is either non-existent (2003) or bugged since it
// does not always include a terminating NULL (2005+). To work around
// that we fix up the _vsnprintf included. Note that the return value
// will still not match C99's specs!