diff options
author | Eugene Sandulenko | 2009-04-18 21:12:32 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-04-18 21:12:32 +0000 |
commit | e246c0d94f28372a2e90b2d6280d4a98f90b04e4 (patch) | |
tree | 963b8e3590b090058291277e1f4b0d4e6cdd7dd5 /gui | |
parent | 213c3eb143f1d5bccb8864bc369728893a6c1a92 (diff) | |
download | scummvm-rg350-e246c0d94f28372a2e90b2d6280d4a98f90b04e4.tar.gz scummvm-rg350-e246c0d94f28372a2e90b2d6280d4a98f90b04e4.tar.bz2 scummvm-rg350-e246c0d94f28372a2e90b2d6280d4a98f90b04e4.zip |
Patch #2761396: "Typo fixes to README and comments"
svn-id: r39993
Diffstat (limited to 'gui')
-rw-r--r-- | gui/launcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index af15d9f369..60895a7327 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -646,7 +646,7 @@ void LauncherDialog::addGame() { // 1) show a dir selection dialog which lets the user pick the directory // the game data resides in. // 2) try to auto detect which game is in the directory, if we cannot - // determine it uniquely preent a list of candidates to the user + // determine it uniquely present a list of candidates to the user // to pick from // 3) Display the 'Edit' dialog for that item, letting the user specify // an alternate description (to distinguish multiple versions of the |