Fix some typos (found by codespell)
[pspp] / src / data / dictionary.c
index 6dd1b99f876f52dec0204ab495f1ce801eaa518a..413c974fb415223024a27a91347c94969433ca7e 100644 (file)
@@ -285,7 +285,7 @@ dict_destroy (struct dictionary *d)
 {
   if (d != NULL)
     {
-      /* In general, we don't want callbacks occuring, if the dictionary
+      /* In general, we don't want callbacks occurring, if the dictionary
         is being destroyed */
       d->callbacks  = NULL ;