From 3549367a5e0de95d33eaeffa144b1c3c638d4fe8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 31 Mar 2022 11:37:14 +0100 Subject: typo: charters->characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I48993192ec00aaf1d85cf65b6a12aacdcee67176 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132359 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/core/text/porlay.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx index 4601d78cb64b..b44a34f2ca14 100644 --- a/sw/source/core/text/porlay.cxx +++ b/sw/source/core/text/porlay.cxx @@ -90,7 +90,7 @@ using namespace i18n::ScriptType; #define isWawChar(c) IS_JOINING_GROUP((c), WAW) #define isSeenOrSadChar(c) (IS_JOINING_GROUP((c), SAD) || IS_JOINING_GROUP((c), SEEN)) -// Beh and charters that behave like Beh in medial form. +// Beh and characters that behave like Beh in medial form. static bool isBehChar(sal_Unicode cCh) { bool bRet = false; @@ -115,7 +115,7 @@ static bool isBehChar(sal_Unicode cCh) return bRet; } -// Yeh and charters that behave like Yeh in final form. +// Yeh and characters that behave like Yeh in final form. static bool isYehChar(sal_Unicode cCh) { bool bRet = false; -- cgit