Fix some typos (found by codespell)
[pspp] / src / language / stats / kruskal-wallis.c
index a9c269efedebfb7afaae9e86b910defeca8bcd23..65ce0868ad722cdc0184183ca0fac94f2a30056f 100644 (file)
@@ -193,7 +193,7 @@ kruskal_wallis_execute (const struct dataset *ds,
          rank->n += dict_get_case_weight (dict, c, &warn);
 
          /* If this assertion fires, then either the data wasn't sorted or some other
-            problem occured */
+            problem occurred */
          assert (rerr == 0);
        }