sw/source/core/text/porlay.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3549367a5e0de95d33eaeffa144b1c3c638d4fe8 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Mar 31 11:37:14 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Mar 31 15:07:36 2022 +0200 typo: charters->characters Change-Id: I48993192ec00aaf1d85cf65b6a12aacdcee67176 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132359 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> 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;