diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:41:48 +0000 |
commit | 82f0a4f9300ab3898925941ff541b3382b0175e0 (patch) | |
tree | 8e667af1abf57c07c63b55446f1955859205845b /tools | |
parent | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff) |
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
Reviewed-on: https://gerrit.libreoffice.org/18990
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/errinf.cxx | 2 | ||||
-rw-r--r-- | tools/source/stream/strmunx.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx index 34ebe2052901..68687ca97bd3 100644 --- a/tools/source/ref/errinf.cxx +++ b/tools/source/ref/errinf.cxx @@ -172,7 +172,7 @@ static void aDspFunc(const OUString &rErr, const OUString &rAction) struct ErrorContextImpl { ErrorContext *pNext; - vcl::Window *pWin; // should be VclPtr for strong lifecyle + vcl::Window *pWin; // should be VclPtr for strong lifecycle }; ErrorContext::ErrorContext(vcl::Window *pWinP) diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index ac50988a81f2..35c5abd4ef8f 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -464,7 +464,7 @@ void SvFileStream::Open( const OUString& rFilename, StreamMode nOpenMode ) Close(); errno = 0; m_eStreamMode = nOpenMode; - m_eStreamMode &= ~StreamMode::TRUNC; // don't truncat on reopen + m_eStreamMode &= ~StreamMode::TRUNC; // don't truncate on reopen aFilename = rFilename; |