diff options
author | Max Horn | 2006-02-18 11:13:08 +0000 |
---|---|---|
committer | Max Horn | 2006-02-18 11:13:08 +0000 |
commit | d0e637f7aa5c23ef66a4a5685bba8aecd58e14a7 (patch) | |
tree | 9d67fd6425a49e413560fbd453f777075a745d0a /base | |
parent | db5bd6e17eb90d35529650ab78783cce172c1c3c (diff) | |
download | scummvm-rg350-d0e637f7aa5c23ef66a4a5685bba8aecd58e14a7.tar.gz scummvm-rg350-d0e637f7aa5c23ef66a4a5685bba8aecd58e14a7.tar.bz2 scummvm-rg350-d0e637f7aa5c23ef66a4a5685bba8aecd58e14a7.zip |
Grammar fix
svn-id: r20751
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 400ccce600..b2aa2d64f7 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -261,7 +261,7 @@ void listTargets() { if (description.isEmpty()) { // FIXME: At this point, we should check for a "gameid" override // to find the proper desc. In fact, the platform probably should - // be take into consideration, too. + // be taken into account, too. String gameid(name); GameSettings g = GameDetector::findGame(gameid); if (g.description) |