summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-05-10 10:34:06 +0200
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2024-05-16 02:03:06 +0200
commitc431b016bc3bb56d014eaff0dabefc837797461e (patch)
treece1aa5d52fcf30217c7be66f6ebdbc0a1a0df430 /i18npool
parentb1fcb78dd112395e86c3ecc1820f588cf3ea4f2f (diff)
Fix typo
Change-Id: I628ba1da49bbcc4d7ce11901abc01525ee8b5abe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167440 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/data/line.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/data/line.txt b/i18npool/source/breakiterator/data/line.txt
index 2ebf4bbbf0f3..a0a35d40ce13 100644
--- a/i18npool/source/breakiterator/data/line.txt
+++ b/i18npool/source/breakiterator/data/line.txt
@@ -90,7 +90,7 @@ $ExtPictUnassigned = [\p{Extended_Pictographic} & \p{Cn}];
# By LB9, a ZWJ also behaves as a CM. Including it in the definition of CM avoids having to explicitly
# list it in the numerous rules that use CM.
-# By LB1, SA characters with general categor of Mn or Mc also resolve to CM.
+# By LB1, SA characters with general category of Mn or Mc also resolve to CM.
$CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]];
$CMX = [[$CM] - [$ZWJ]];