diff options
-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 + " "; |