summaryrefslogtreecommitdiff
path: root/gtk/gtkcomposetable.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-09-12 12:01:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-09-12 12:01:30 -0400
commit72785c68d60e713bd539865e1f395a5fb5119cf7 (patch)
treef84f79833cbfe8bbaf72399030c85eb47d20eaa6 /gtk/gtkcomposetable.h
parent5c831d030a44107d3f920a68b57c014e796e9117 (diff)
downloadgtk+-72785c68d60e713bd539865e1f395a5fb5119cf7.tar.gz
Cosmetics: Fix a typo
Diffstat (limited to 'gtk/gtkcomposetable.h')
-rw-r--r--gtk/gtkcomposetable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomposetable.h b/gtk/gtkcomposetable.h
index d64071d199..72c0ed8d15 100644
--- a/gtk/gtkcomposetable.h
+++ b/gtk/gtkcomposetable.h
@@ -40,7 +40,7 @@ typedef struct _GtkComposeTableCompact GtkComposeTableCompact;
*
* The values are encoded as follows:
*
- * If the value is a single Unicode character smaler than 0x8000,
+ * If the value is a single Unicode character smaller than 0x8000,
* then we place it directly. Otherwise, we put the UTF8-encoded
* value in the char_data array, and use offset | 0x8000 as the
* encoded value.