net/Socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f029d972d9542bb63f2d43f92adae4550a546ee Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Fri Jun 14 16:35:21 2019 +0200 Commit: Adolfo Jayme Barrientos <fit...@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 <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits