Cosmetics: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Sep 2022 16:01:30 +0000 (12:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Sep 2022 16:01:30 +0000 (12:01 -0400)
gtk/gtkcomposetable.h

index d64071d19991af0552c492ecaae93d5675e70d8f..72c0ed8d152f57441cfd69f5588bd140bf0c8c90 100644 (file)
@@ -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.