Fix typo in comment
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 31 Mar 2017 12:40:11 +0000 (14:40 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 31 Mar 2017 12:40:11 +0000 (14:40 +0200)
src/ui/gui/psppire-dict.c

index c8c8b3eb45a55088dfed6b3447c6de8f8b6ede5d..ff30d64c69a0d74211ab1ba5853d5f1ba85a604f 100644 (file)
@@ -563,7 +563,7 @@ psppire_dict_clear (PsppireDict *d)
 }
 
 
-/* Return true is NAME would be a valid name of a variable to add to the
+/* Return true if NAME would be a valid name of a variable to add to the
    dictionary.  False otherwise.
    If REPORT is true, then invalid names will be reported as such as errors
 */