Fix a Unicode typo

The name of one of the Unicode Break types is misspelt.
Add an alias, since it annoys me every time I look at
Pango's break code.
This commit is contained in:
Matthias Clasen
2021-07-27 08:01:49 -04:00
parent 02742ef957
commit 6a6da9637a
5 changed files with 16 additions and 5 deletions

View File

@@ -3,10 +3,19 @@
#include "glib-enumtypes.h"
#include <glib-object.h>
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/*** END file-header ***/
/*** BEGIN file-tail ***/
G_GNUC_END_IGNORE_DEPRECATIONS
/*** END file-tail ***/
/*** BEGIN file-production ***/
/* enumerations from "@filename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/