From ad25afc2987980a905cb36534062cd26fe40f02b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 5 Jan 2019 09:06:25 -0500 Subject: [PATCH] typo fix --- gtk/gtkset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkset.c b/gtk/gtkset.c index 0c2dfffb11..24eb86c251 100644 --- a/gtk/gtkset.c +++ b/gtk/gtkset.c @@ -210,7 +210,7 @@ gtk_set_remove_item (GtkSet *set, } /* This is peculiar operation: Replace every number n >= first by n + shift - * This is only supported for negatie if the shifting does not cause any + * This is only supported for negative shift if the shifting does not cause any * ranges to overlap. */ void