diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 14:50:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:43:54 +0200 |
commit | 0775b90892f2a1cac269ae26cd63b1030f897e5c (patch) | |
tree | fc0160ea3533d4d66ebe82df5578c654ad5220c6 /lotuswordpro | |
parent | e0e217f3c10235adee056dac367916335c94b5bd (diff) |
Fix typos
Change-Id: I473956d570feac508e52a3e52cc26cc154f4dc56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101627
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpdrawobj.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpdrawobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx index 552bf7aab2ba..88f25d9a78e9 100644 --- a/lotuswordpro/source/filter/lwpdrawobj.cxx +++ b/lotuswordpro/source/filter/lwpdrawobj.cxx @@ -55,7 +55,7 @@ ************************************************************************/ /** * @file - * Implementation file of LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectange + * Implementation file of LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectangle * and so on. */ #include <osl/thread.h> diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx index c98daf8629cd..0ccf8c8f3388 100644 --- a/lotuswordpro/source/filter/lwpdrawobj.hxx +++ b/lotuswordpro/source/filter/lwpdrawobj.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /** * @file - * The file declares the LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectange + * The file declares the LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectangle * and so on. */ |