summaryrefslogtreecommitdiff
path: root/i18npool/source/ordinalsuffix
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 13:01:08 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 14:40:23 +0200
commit7be0d9dfe5934f11368e979c6245d2de917d1abf (patch)
tree480e2c3cde4fc352db58c78fa65a7b137505a59d /i18npool/source/ordinalsuffix
parentcb3ab04adaed834341f6324c7e77f46f56f1f049 (diff)
Fix "lets" -> "let's"
Change-Id: Ie9b6961a2786a518876db7b26258e67e8afee848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169760 Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins
Diffstat (limited to 'i18npool/source/ordinalsuffix')
-rw-r--r--i18npool/source/ordinalsuffix/ordinalsuffix.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/ordinalsuffix/ordinalsuffix.cxx b/i18npool/source/ordinalsuffix/ordinalsuffix.cxx
index 68a8781a1f75..482f540a1435 100644
--- a/i18npool/source/ordinalsuffix/ordinalsuffix.cxx
+++ b/i18npool/source/ordinalsuffix/ordinalsuffix.cxx
@@ -114,7 +114,7 @@ uno::Sequence< OUString > SAL_CALL OrdinalSuffixService::getOrdinalSuffix( sal_I
if (!U_SUCCESS(nCode))
continue;
- // fdo#54486 lets make sure that the ordinal format and the non-ordinal
+ // fdo#54486 let's make sure that the ordinal format and the non-ordinal
// format match at the start, so that the expectation can be verified
// that there is some trailing "ordinal suffix" which can be extracted
bool bSimpleOrdinalSuffix = sValueWithOrdinal.startsWith(sValueWithNoOrdinal);