[Libreoffice-commits] online.git: net/Socket.cpp
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 16 20:36:04 UTC 2019
net/Socket.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8f029d972d9542bb63f2d43f92adae4550a546ee
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Jun 14 16:35:21 2019 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Jun 16 22:35:45 2019 +0200
Fix typo
Change-Id: Ib960a8b77ba293bbbe16b2ae91ed66d42364d64f
Reviewed-on: https://gerrit.libreoffice.org/74052
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/net/Socket.cpp b/net/Socket.cpp
index 34942d2f1..8205519c9 100644
--- a/net/Socket.cpp
+++ b/net/Socket.cpp
@@ -936,7 +936,7 @@ namespace HttpHelper
bool StreamSocket::sniffSSL() const
{
- // Only sniffing the first bytes of a sockte.
+ // Only sniffing the first bytes of a socket.
if (_bytesSent > 0 || _bytesRecvd != _inBuffer.size() || _bytesRecvd < 6)
return false;
More information about the Libreoffice-commits
mailing list