mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
GUI: Fix typo in comment in predictivedialog.cpp.
This commit is contained in:
parent
adbbe6b113
commit
15012d1596
@ -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 + " ";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user