lotuswordpro/source/filter/lwptools.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 384d4301797fcdb9eb9c4f378d27c21f0d759969
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 24 16:37:29 2021 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@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.

Reply via email to