summaryrefslogtreecommitdiffhomepage
path: root/include/stc
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-01-12 15:51:29 +0100
committerTyge Løvset <[email protected]>2023-01-12 15:51:29 +0100
commit891aebc0a971df8e57618c16ed214d982072cbd3 (patch)
treeefa3905ff9f75bd8773a6235b2280ef738921f58 /include/stc
parent4495643b8377d8edf642f68ca5f39792dbf57494 (diff)
downloadSTC-modified-891aebc0a971df8e57618c16ed214d982072cbd3.tar.gz
STC-modified-891aebc0a971df8e57618c16ed214d982072cbd3.zip
Fixed Devanaga => Devanagari Hindi text name.
Diffstat (limited to 'include/stc')
-rw-r--r--include/stc/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/utf8.h b/include/stc/utf8.h
index f0b28a80..001f4191 100644
--- a/include/stc/utf8.h
+++ b/include/stc/utf8.h
@@ -11,7 +11,7 @@ enum {
U8G_Pc, U8G_Pd, U8G_Pf, U8G_Pi,
U8G_Sc, U8G_Zl, U8G_Zp, U8G_Zs,
U8G_Arabic, U8G_Cyrillic,
- U8G_Devanaga, U8G_Greek,
+ U8G_Devanagari, U8G_Greek,
U8G_Han, U8G_Latin,
U8G_SIZE
};