summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-03 21:08:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-03 21:36:51 +0100
commita58459543a08d43bcfe219ae290ad480de0ddb9a (patch)
treebd5cb04807606587eb956334df2253b2ced083cc /sw
parent5f6cd6272fbe9d6f4276021862442a3004657fb8 (diff)
Fix typo
Change-Id: I1755566fe28b3a79d7f97875d8986b6f37a0979d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86202 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uno/dlelstnr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/dlelstnr.cxx b/sw/source/uibase/uno/dlelstnr.cxx
index 50f70169893e..f76c63a2cb07 100644
--- a/sw/source/uibase/uno/dlelstnr.cxx
+++ b/sw/source/uibase/uno/dlelstnr.cxx
@@ -89,7 +89,7 @@ void SAL_CALL SwLinguServiceEventListener::processLinguServiceEvent(
//!! since this function may be called within the ctor of
//!! SwView (during formatting) where the WrtShell is not yet
//!! created, we have to check for the WrtShellPtr to see
- //!! if it is already availbale
+ //!! if it is already available
while (pSwView && pSwView->GetWrtShellPtr())
{
pSwView->GetWrtShell().ChgHyphenation();