aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-24 03:35:50 +0100
committerJohannes Schickel2016-01-24 03:37:33 +0100
commit15012d1596b2ed752722b2d56a328b798b218e66 (patch)
tree5fad79f288085e22627179a412b6d18125a040ac /gui/predictivedialog.cpp
parentadbbe6b1130e6a6b5b18a2430ace59af5fd72f71 (diff)
downloadscummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.tar.gz
scummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.tar.bz2
scummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.zip
GUI: Fix typo in comment in predictivedialog.cpp.
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r--gui/predictivedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp
index a9f0605f0c..63b1e1b831 100644
--- a/gui/predictivedialog.cpp
+++ b/gui/predictivedialog.cpp
@@ -735,7 +735,7 @@ bool PredictiveDialog::matchWord() {
// The entries in the dictionary consist of a code, a space, and then
// a space-separated list of words matching this code.
- // To ex_curPressedButtonly match a code, we therefore match the code plus the trailing
+ // To exactly match a code, we therefore match the code plus the trailing
// space in the dictionary.
Common::String code = _currentCode + " ";