Fix some typos (found by codespell)
[pspp] / src / ui / gui / psppire-dict.c
index 0ee608cadef083eacb9f770aecfb37ff9d32af72..239f3ce2f3b08eb8ee47653b05884a0b4e2919c7 100644 (file)
@@ -327,7 +327,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)