From: John Darrington Date: Fri, 31 Mar 2017 12:40:11 +0000 (+0200) Subject: Fix typo in comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2471b3e5f3e443ae1a2022040ebbbf0c1189d3;p=pspp Fix typo in comment --- diff --git a/src/ui/gui/psppire-dict.c b/src/ui/gui/psppire-dict.c index c8c8b3eb45..ff30d64c69 100644 --- a/src/ui/gui/psppire-dict.c +++ b/src/ui/gui/psppire-dict.c @@ -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 */