[Libreoffice-commits] online.git: loolwsd/DocumentBroker.hpp

Andras Timar andras.timar at collabora.com
Tue Nov 1 21:35:40 UTC 2016


 loolwsd/DocumentBroker.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac86cdf764191d20aae56702e4029af90e4ba822
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Nov 1 22:35:18 2016 +0100

    typo fix

diff --git a/loolwsd/DocumentBroker.hpp b/loolwsd/DocumentBroker.hpp
index f538fc3..c1d0936 100644
--- a/loolwsd/DocumentBroker.hpp
+++ b/loolwsd/DocumentBroker.hpp
@@ -97,7 +97,7 @@ public:
         }
         catch (const std::exception& ex)
         {
-            Log::error("Eror while closing child process: " + std::string(ex.what()));
+            Log::error("Error while closing child process: " + std::string(ex.what()));
         }
     }
 


More information about the Libreoffice-commits mailing list