Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / psppire-dict.c
index 59b57b490c200df5a535a20c89b9ad85226db3e1..924ff7c5564e70530ae0323bd679cc69c760700d 100644 (file)
@@ -390,7 +390,7 @@ psppire_dict_generate_name (const PsppireDict *dict, char *name, size_t size)
          - The string may not contain whitespace.
          - The first character may not be '$'
          - The first character may not be a digit
-         - The final charactor may not be '.' or '_'
+         - The final character may not be '.' or '_'
       */
       len = snprintf (name, size, _("Var%04d"), d);
       if (len + 1 >= size)