[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 3 20:37:24 UTC 2020


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

New commits:
commit a58459543a08d43bcfe219ae290ad480de0ddb9a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 3 21:08:51 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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();


More information about the Libreoffice-commits mailing list