[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 5 13:47:57 UTC 2020


 wsd/LOOLWSD.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4fa8e4ee83f1ae7bd07f6f489802ef62ce0987d0
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Feb 5 14:47:14 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Feb 5 14:47:25 2020 +0100

    typo: shuting -> shutting
    
    Change-Id: Ia33113b0c624b60479f41c8580e9b3d8d17812f4

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index db6502eb3..c8f4d0053 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -254,7 +254,7 @@ inline void shutdownLimitReached(WebSocketHandler& ws)
     }
     catch (const std::exception& ex)
     {
-        LOG_ERR("Error while shuting down socket on reaching limit: " << ex.what());
+        LOG_ERR("Error while shutting down socket on reaching limit: " << ex.what());
     }
 }
 #endif
@@ -275,7 +275,7 @@ inline void checkSessionLimitsAndWarnClients()
         }
         catch (const std::exception& ex)
         {
-            LOG_ERR("Error while shuting down socket on reaching limit: " << ex.what());
+            LOG_ERR("Error while shutting down socket on reaching limit: " << ex.what());
         }
     }
 #endif


More information about the Libreoffice-commits mailing list