From 15012d1596b2ed752722b2d56a328b798b218e66 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 Jan 2016 03:35:50 +0100 Subject: GUI: Fix typo in comment in predictivedialog.cpp. --- gui/predictivedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/predictivedialog.cpp') 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 + " "; -- cgit v1.2.3