[Libreoffice-commits] online.git: loolwsd/LOOLSession.cpp

Jan Holesovsky kendy at collabora.com
Tue Aug 11 09:39:50 PDT 2015


 loolwsd/LOOLSession.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44c3e01707a2595fa546d0674ccc0d45c34cfe99
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Aug 11 18:39:18 2015 +0200

    Fix typo in error.

diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp
index d5282df..1202639 100644
--- a/loolwsd/LOOLSession.cpp
+++ b/loolwsd/LOOLSession.cpp
@@ -986,7 +986,7 @@ bool ChildProcessSession::selectGraphic(const char *buffer, int length, StringTo
         !getTokenInteger(tokens[2], "x", x) ||
         !getTokenInteger(tokens[3], "y", y))
     {
-        sendTextFrame("error: cmd=selectghraphic kind=syntax");
+        sendTextFrame("error: cmd=selectgraphic kind=syntax");
         return false;
     }
 


More information about the Libreoffice-commits mailing list