diff options
author | Max Horn | 2008-10-02 18:11:40 +0000 |
---|---|---|
committer | Max Horn | 2008-10-02 18:11:40 +0000 |
commit | 2219ccf911f3cf9a6d9e5f732e0b6e47d1c8b313 (patch) | |
tree | edd404d384164f2b1ce4432ff1207ab5fea9c0b0 /engines | |
parent | 679b5484c4d3776f1acda436d482733d087d612e (diff) | |
download | scummvm-rg350-2219ccf911f3cf9a6d9e5f732e0b6e47d1c8b313.tar.gz scummvm-rg350-2219ccf911f3cf9a6d9e5f732e0b6e47d1c8b313.tar.bz2 scummvm-rg350-2219ccf911f3cf9a6d9e5f732e0b6e47d1c8b313.zip |
typo
svn-id: r34725
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 267dd812ae..bb22ee6381 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1016,7 +1016,7 @@ int ScummEngine::init() { // We now have to determine the correct _filenamePattern. To do this - // we simply hardcode the possibilites. + // we simply hardcode the possibilities. const char *p1 = 0, *p2 = 0; switch (_game.id) { case GID_INDY4: |