Fix cut-and-paste error in comment
authorJohn Darrington <john@cellform.com>
Wed, 21 Jun 2023 09:44:23 +0000 (11:44 +0200)
committerJohn Darrington <john@cellform.com>
Wed, 21 Jun 2023 09:44:23 +0000 (11:44 +0200)
src/ui/gui/psppire-data-store.c

index 2b18358f5c16fb9f702d18f76334db55ca9ddf12..d6e59dbf8ac5f9f782b378a8fc1f589cbb95bb63 100644 (file)
@@ -374,7 +374,7 @@ delete_variables_callback (GObject *obj, gint dict_index, unsigned int n, gpoint
 }
 
 /*
-   A callback which occurs after variables have been deleted.
+   A callback which occurs after variables have been moved.
  */
 static void
 move_variable_callback (GObject *obj, gint new_dict_index, int old_dict_index, gpointer data)