[Libreoffice-commits] core.git: lotuswordpro/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Sep 25 09:55:05 UTC 2021
lotuswordpro/source/filter/lwptools.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 384d4301797fcdb9eb9c4f378d27c21f0d759969
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 24 16:37:29 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 25 11:54:31 2021 +0200
Fix typos
Change-Id: I40b4efb228176891678b8560a7ee4e37e77495e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122596
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/lotuswordpro/source/filter/lwptools.cxx b/lotuswordpro/source/filter/lwptools.cxx
index 9af6d1b4ffb3..674be2b89cd8 100644
--- a/lotuswordpro/source/filter/lwptools.cxx
+++ b/lotuswordpro/source/filter/lwptools.cxx
@@ -263,7 +263,7 @@ std::unique_ptr<XFDateStyle> LwpTools::GetSystemDateStyle(bool bLongFormat)
if (pattern == nullptr)
return nullptr;
// 3 parse pattern string,per icu date/time format syntax, there are 20 letters reserved
- // as patter letter,each represent an element in date/time and its repeat numbers represent
+ // as pattern letter,each represent an element in date/time and its repeat numbers represent
// different format: for example: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
// letter other than these letters is regard as text in the format, for example ','in 'Jan,2005'
// we parse pattern string letter by letter and get the time format.
@@ -651,7 +651,7 @@ std::unique_ptr<XFTimeStyle> LwpTools::GetSystemTimeStyle()
if (pattern == nullptr)
return nullptr;
// 3 parse pattern string,per icu date/time format syntax, there are 20 letters reserved
- // as patter letter,each represent an element in date/time and its repeat numbers represent
+ // as pattern letter,each represent an element in date/time and its repeat numbers represent
// different format: for example: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
// letter other than these letters is regard as text in the format, for example ','in 'Jan,2005'
// we parse pattern string letter by letter and get the time format.
More information about the Libreoffice-commits
mailing list