summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
commitc0cf839729f98a5920ce930c39bae80a30946a42 (patch)
tree737b0ebbbf40763f686bf1b48b95d597fe4ddc56 /gtk/gtklabel.c
parent2a51d4fba895f8ec05e15d6bd4849fdcbb03d579 (diff)
downloadgtk+-c0cf839729f98a5920ce930c39bae80a30946a42.tar.gz
Fix minor typos
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 505d11d042..b281422683 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -642,7 +642,7 @@ gtk_label_class_init (GtkLabelClass *class)
*
* The default bindings for this signal come in two variants,
* the variant with the Shift modifier extends the selection,
- * the variant without the Shift modifer does not.
+ * the variant without the Shift modifier does not.
* There are too many key combinations to list them all here.
* - Arrow keys move by individual characters/lines
* - Ctrl-arrow key combinations move by words/paragraphs