summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-06 22:32:05 +0200
committerEike Rathke <erack@redhat.com>2017-04-07 10:15:51 +0000
commitcaf388959576da4f480b8c97443cb052f6201a33 (patch)
tree78f1f70c3cdcbbabea37371a40e066843f969f10 /sw
parenta2a4fa446f46da0d58635412d2f2ad1e3f31cbc9 (diff)
Fix typos
Change-Id: Ibad3f8e9f55af5e652b6be198bebace2b1bfb35b Reviewed-on: https://gerrit.libreoffice.org/36235 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/app/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 2ae8a2992b2e..6e45da59dc54 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -1129,7 +1129,7 @@ void SwDocShell::LoadingFinished()
// interface <SfxObjectShell::EnableSetModified(..)> no longer works, because
// <SfxObjectShell::FinishedLoading(..)> doesn't care about its status and
// enables the document modification again.
- // Thus, manuell modify the document, if its modified and its links are updated
+ // Thus, manual modify the document, if it's modified and its links are updated
// before <FinishedLoading(..)> is called.
const bool bHasDocToStayModified( m_pDoc->getIDocumentState().IsModified() && m_pDoc->getIDocumentLinksAdministration().LinksUpdated() );