svl/source/numbers/numfmuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 382b4e0a08257efdffa972f832598d28430042d7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 18 22:45:51 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 08:34:21 2024 +0200 Fix typo Change-Id: If21c8e5bf48da78b505f826513673c5da0df2538 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169165 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svl/source/numbers/numfmuno.cxx b/svl/source/numbers/numfmuno.cxx index cf763d9249f5..840187eca4ee 100644 --- a/svl/source/numbers/numfmuno.cxx +++ b/svl/source/numbers/numfmuno.cxx @@ -425,7 +425,7 @@ sal_Int32 SAL_CALL SvNumberFormatsObj::queryKey( const OUString& aFormat, // casing. The only clean way is to just use PutEntry() and ignore the // duplicate case, which clients can't because the API doesn't provide // the information. - // Try just another possibilty here, without any guarantee. + // Try just another possibility here, without any guarantee. // Use only ASCII upper, because keywords are only those. // Do not transliterate any quoted literals.