diff options
author | Johannes Schickel | 2016-01-24 03:35:50 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-24 03:37:33 +0100 |
commit | 15012d1596b2ed752722b2d56a328b798b218e66 (patch) | |
tree | 5fad79f288085e22627179a412b6d18125a040ac | |
parent | adbbe6b1130e6a6b5b18a2430ace59af5fd72f71 (diff) | |
download | scummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.tar.gz scummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.tar.bz2 scummvm-rg350-15012d1596b2ed752722b2d56a328b798b218e66.zip |
GUI: Fix typo in comment in predictivedialog.cpp.
-rw-r--r-- | gui/predictivedialog.cpp | 2 |
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 + " "; |