[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - loolwsd/LOOLSession.cpp
Jan Holesovsky
kendy at collabora.com
Tue Aug 11 09:40:09 PDT 2015
loolwsd/LOOLSession.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 960bcc9a030216d63b1dbab2b2268e1d1462cb1d
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 d0816d9..592c7fd 100644
--- a/loolwsd/LOOLSession.cpp
+++ b/loolwsd/LOOLSession.cpp
@@ -972,7 +972,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