[Libreoffice-commits] online.git: loolwsd/IoUtil.cpp
Tor Lillqvist
tml at collabora.com
Tue May 3 06:57:31 UTC 2016
loolwsd/IoUtil.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 82f6a9a2bae776170e73725221acf9a43f9afeb0
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue May 3 09:56:33 2016 +0300
Edit typo in comment to make it actually make sense
diff --git a/loolwsd/IoUtil.cpp b/loolwsd/IoUtil.cpp
index d0c61d6..da69754 100644
--- a/loolwsd/IoUtil.cpp
+++ b/loolwsd/IoUtil.cpp
@@ -50,7 +50,7 @@ int receiveFrame(WebSocket& socket, void* buffer, int length, int& flags)
}
else if ((flags & WebSocket::FRAME_OP_BITMASK) == WebSocket::FRAME_OP_PONG)
{
- // In case we do send pings in the future.
+ // In case we do send pongs in the future.
}
else if (((flags & WebSocket::FRAME_OP_BITMASK) == WebSocket::FRAME_OP_TEXT ||
(flags & WebSocket::FRAME_OP_BITMASK) == WebSocket::FRAME_OP_BINARY) &&
More information about the Libreoffice-commits
mailing list