Fix error messages and comment.
[pspp-builds.git] / src / language / utilities / set.q
index d5b84a71317a11625178ed3dc9bea0edb46a444d..a7e6e2f0f3007e2faaf1c100299d8057d7af05e3 100644 (file)
@@ -209,7 +209,7 @@ find_cc_separators (const char *cc_string, struct custom_currency *cc)
   int comma_cnt, dot_cnt;
   
   /* Count commas and periods.  There must be exactly three of
-     one or the other, except that an apostrophe acts escapes a
+     one or the other, except that an apostrophe escapes a
      following comma or period. */
   comma_cnt = dot_cnt = 0;
   for (sp = cc_string; *sp; sp++)