From: Matthias Clasen Date: Mon, 12 Sep 2022 16:01:30 +0000 (-0400) Subject: Cosmetics: Fix a typo X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~2^2~5^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72785c68d60e713bd539865e1f395a5fb5119cf7;p=gtk4.git Cosmetics: Fix a typo --- 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.