From 9770d7ba314820d2ea731cc3d6720c41334cc9a2 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 17 Oct 2023 22:03:14 +0100 Subject: [PATCH] gunicode: Fix a minor typo in a documentation comment Signed-off-by: Philip Withnall --- glib/gunicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gunicode.h b/glib/gunicode.h index e9cec3637..6f359e155 100644 --- a/glib/gunicode.h +++ b/glib/gunicode.h @@ -212,7 +212,7 @@ typedef enum * * These are the possible line break classifications. * - * Since new unicode versions may add new types here, applications should be ready + * Since new Unicode versions may add new types here, applications should be ready * to handle unknown values. They may be regarded as %G_UNICODE_BREAK_UNKNOWN. * * See [Unicode Line Breaking Algorithm](https://www.unicode.org/reports/tr14/).