From 1b5e2b481c102fb704af47103adb2516b540f5fd Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 21 Jun 2023 11:44:23 +0200 Subject: [PATCH] Fix cut-and-paste error in comment --- src/ui/gui/psppire-data-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2