summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unoatxt.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-19 00:05:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-19 07:12:04 +0100
commit4c4b05b762e511bc466105be252fb3cecf2307ad (patch)
tree84fafd808156708a70a9254b1c4fe42bdfbf9c79 /sw/source/uibase/uno/unoatxt.cxx
parentd71ea82055a6a304493c7eaa90809a348e23784d (diff)
Fix typos
Change-Id: Icf1b10c517d7c575250bc74de03162fbc13c89b1 Reviewed-on: https://gerrit.libreoffice.org/63476 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/uno/unoatxt.cxx')
-rw-r--r--sw/source/uibase/uno/unoatxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unoatxt.cxx b/sw/source/uibase/uno/unoatxt.cxx
index 13f201c69c84..5433dda095a0 100644
--- a/sw/source/uibase/uno/unoatxt.cxx
+++ b/sw/source/uibase/uno/unoatxt.cxx
@@ -754,7 +754,7 @@ void SwXAutoTextEntry::Notify( SfxBroadcaster& _rBC, const SfxHint& _rHint )
{
if ( SfxHintId::Deinitializing == _rHint.GetId() )
{
- // our document is dying (possibly because we're shuting down, and the document was notified
+ // our document is dying (possibly because we're shutting down, and the document was notified
// earlier than we are?)
// stop listening at the docu
EndListening( *xDocSh );