Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / psppire-dict.c
index fe064709e07b59e3c0b475c23071f3c560b320db..924ff7c5564e70530ae0323bd679cc69c760700d 100644 (file)
@@ -34,7 +34,7 @@
 #include "ui/gui/psppire-marshal.h"
 #include "ui/gui/psppire-var-ptr.h"
 
-#include "ui/gui/efficient-sheet/src/ssw-datum.h"
+#include <ssw-datum.h>
 
 #include <gobject/genums.h>
 
@@ -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)