diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 18:50:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-21 22:20:53 +0200 |
commit | 91bad611355905a637e72602d6590c12547fc1a3 (patch) | |
tree | 5a137cdf2a6897cbad5be73b6af5517050f50dcc /sw/inc | |
parent | 6b7f12f6108f136d60bd77e3787ef6a2632038cd (diff) |
Fix typos
Change-Id: Ifc804e33afa160943d7b5634f8ccf4e3af4d26e5
Reviewed-on: https://gerrit.libreoffice.org/57806
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index efe86a0c2dbd..0c81a7fd28c4 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -209,7 +209,7 @@ protected: SwgReaderOption m_aOption; bool m_bInsertMode : 1; bool m_bTemplateBrowseMode : 1; - bool m_bReadUTF8: 1; // Interprete stream as UTF-8. + bool m_bReadUTF8: 1; // Interpret stream as UTF-8. bool m_bBlockMode: 1; bool m_bOrganizerMode : 1; bool m_bHasAskTemplateName : 1; |