diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 10:40:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:52:53 +0000 |
commit | b93201ffc6ab4908e25bbfbf4337354c09b5c07a (patch) | |
tree | 131f2632de8fae46dbc966c2855fa0f406418840 /desktop/source/lib | |
parent | ea0b508025ebe074e25d0250d0ce5e5444ea6a76 (diff) |
Fix typos
Change-Id: I4b2eac5c999771b10e65fedebdab1d4ef435b367
Reviewed-on: https://gerrit.libreoffice.org/35626
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'desktop/source/lib')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index edbeb4a01975..1a01253e70fe 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -892,7 +892,7 @@ void CallbackFlushHandler::queue(const int type, const char* data) [&rcNew] (const queue_type::value_type& elem) { if (elem.first == LOK_CALLBACK_INVALIDATE_TILES) { - // Remove exiting if new is all-encompasing, or if of the same part. + // Remove exiting if new is all-encompassing, or if of the same part. const RectangleAndPart rcOld = RectangleAndPart::Create(elem.second); return (rcNew.m_nPart == -1 || rcOld.m_nPart == rcNew.m_nPart); } @@ -1408,7 +1408,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha break; case LOK_DOCTYPE_OTHER: default: - SAL_INFO("lok", "Can't save document - unsopported document type."); + SAL_INFO("lok", "Can't save document - unsupported document type."); return false; } |