summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-03-31 11:37:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-03-31 15:07:36 +0200
commit3549367a5e0de95d33eaeffa144b1c3c638d4fe8 (patch)
tree66a041f8a8f0dd7608fba43a827f8ada8ed08558
parent6838d28ce0084e6e1952bfd5b7a101cb0a5bb294 (diff)
typo: charters->characters
Change-Id: I48993192ec00aaf1d85cf65b6a12aacdcee67176 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132359 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/core/text/porlay.cxx4
1 files 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;