projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c831d0
)
Cosmetics: Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 12 Sep 2022 16:01:30 +0000
(12:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 12 Sep 2022 16:01:30 +0000
(12:01 -0400)
gtk/gtkcomposetable.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcomposetable.h
b/gtk/gtkcomposetable.h
index d64071d19991af0552c492ecaae93d5675e70d8f..72c0ed8d152f57441cfd69f5588bd140bf0c8c90 100644
(file)
--- 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 smal
l
er 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.