Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / language / stats / aggregate.c
index eace3479a18b17568430c7c525293faf4c31a38e..d7339d8652c60115a926acfe10ba85ee09dff369 100644 (file)
@@ -275,7 +275,7 @@ cmd_aggregate (struct lexer *lexer, struct dataset *ds)
 
   if (out_file == NULL)
     {
-      /* The active file will be replaced by the aggregated data,
+      /* The active dataset will be replaced by the aggregated data,
          so TEMPORARY is moot. */
       proc_cancel_temporary_transformations (ds);
       proc_discard_output (ds);