diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:24:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:40:22 +0200 |
commit | ea96a4815e456295ca7454475e54cd8b0ba5c388 (patch) | |
tree | 4d8d6b9c60d0c6c0eb60e8dec3c8c2cd59bb009e /lotuswordpro | |
parent | 52f98086fd7f8eca8dbd104451a8cb9cb3de365f (diff) |
Fix typos
Change-Id: If6e6df9ac592c77f19e381e50b7eb26fbf429f61
Reviewed-on: https://gerrit.libreoffice.org/57831
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/inc/lwpobjhdr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/inc/lwpobjhdr.hxx b/lotuswordpro/inc/lwpobjhdr.hxx index 7c270aff5d34..12c4169bf8e8 100644 --- a/lotuswordpro/inc/lwpobjhdr.hxx +++ b/lotuswordpro/inc/lwpobjhdr.hxx @@ -76,7 +76,7 @@ private: sal_uInt32 m_nSize; //Data size bool m_bCompressed; - //localize the following memebers to save memory + //localize the following members to save memory //sal_uInt8 m_nFlagBits; //sal_uInt32 m_nVersionID; //sal_uInt32 m_nRefCount; |