From b1fcb78dd112395e86c3ecc1820f588cf3ea4f2f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 10 May 2024 10:33:55 +0200 Subject: Fix typo Change-Id: I9a62adf2557fec84d18dd4df72d94a0466f0cf98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167439 Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Tested-by: Jenkins --- i18npool/source/breakiterator/data/line.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18npool/source/breakiterator/data/line.txt b/i18npool/source/breakiterator/data/line.txt index 46a618c63cae..2ebf4bbbf0f3 100644 --- a/i18npool/source/breakiterator/data/line.txt +++ b/i18npool/source/breakiterator/data/line.txt @@ -216,7 +216,7 @@ $CAN_CM $CM* $SY; # # LB 14 Do not break after OP, even after spaces # Note subtle interaction with "SP IS /" rules in LB14a. -# This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS rules, +# This rule consumes the SP, chaining happens on the IS, effectively overriding the SP IS rules, # which is the desired behavior. # $OP $CM* $SP* .; -- cgit