From: John Darrington Date: Wed, 21 Jun 2023 09:44:23 +0000 (+0200) Subject: Fix cut-and-paste error in comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5e2b481c102fb704af47103adb2516b540f5fd;p=pspp Fix cut-and-paste error in comment --- diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 2b18358f5c..d6e59dbf8a 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -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)