summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-09-24 16:37:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-09-25 11:54:31 +0200
commit384d4301797fcdb9eb9c4f378d27c21f0d759969 (patch)
tree6f1c11c7b2afac78ba3341fc2939537ef885c644 /lotuswordpro
parentd148ed642f2aef2c2cc8615296cc648249a4878d (diff)
Fix typos
Change-Id: I40b4efb228176891678b8560a7ee4e37e77495e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122596 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwptools.cxx4
1 files changed, 2 insertions, 2 deletions
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.