sw/source/uibase/uno/dlelstnr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a58459543a08d43bcfe219ae290ad480de0ddb9a
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Jan 3 21:08:51 2020 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Jan 3 21:36:51 2020 +0100

    Fix typo
    
    Change-Id: I1755566fe28b3a79d7f97875d8986b6f37a0979d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86202
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to