From 72785c68d60e713bd539865e1f395a5fb5119cf7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Sep 2022 12:01:30 -0400 Subject: [PATCH] Cosmetics: Fix a typo --- gtk/gtkcomposetable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.