Skip to content

Commit

Permalink
GUI: Fix typo in comment in predictivedialog.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jan 24, 2016
1 parent adbbe6b commit 15012d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/predictivedialog.cpp
Expand Up @@ -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 + " ";

Expand Down

0 comments on commit 15012d1

Please sign in to comment.