Fixed crash with EXAMINE vs. SPLIT
[pspp] / tests / language / dictionary / split-file.at
index 710907ccec80c06e450cf6737c33a3ba776cf753..4ffd71e5a5e0150bd82cb41ce8f3de4395e1ae2f 100644 (file)
@@ -85,7 +85,7 @@ CROSSTABS a by b.
 CORRELATIONS /VARIABLES = a b.
 DELETE VARIABLES a.
 DESCRIPTIVES e .
-EXAMINE c by b.
+EXAMINE c by b.
 EXPORT outfile='xxx'.
 FACTOR /VARIABLES = b c d.
 FILTER BY c.