GUI: Fix typo in comment in predictivedialog.cpp.

This commit is contained in:
Johannes Schickel 2016-01-24 03:35:50 +01:00
parent adbbe6b113
commit 15012d1596

View File

@ -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 + " ";