projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fdb53
)
Fix cut-and-paste error in comment
author
John Darrington
<john@cellform.com>
Wed, 21 Jun 2023 09:44:23 +0000
(11:44 +0200)
committer
John Darrington
<john@cellform.com>
Wed, 21 Jun 2023 09:44:23 +0000
(11:44 +0200)
src/ui/gui/psppire-data-store.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-data-store.c
b/src/ui/gui/psppire-data-store.c
index 2b18358f5c16fb9f702d18f76334db55ca9ddf12..d6e59dbf8ac5f9f782b378a8fc1f589cbb95bb63 100644
(file)
--- 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
delet
ed.
+ A callback which occurs after variables have been
mov
ed.
*/
static void
move_variable_callback (GObject *obj, gint new_dict_index, int old_dict_index, gpointer data)