mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -442,7 +442,7 @@ ssl_connect(struct stream *stream)
|
||||
|
||||
case STATE_SSL_CONNECTING:
|
||||
/* Capture the first few bytes of received data so that we can guess
|
||||
* what kind of funny data we've been sent if SSL negotation fails. */
|
||||
* what kind of funny data we've been sent if SSL negotiation fails. */
|
||||
if (sslv->n_head <= 0) {
|
||||
sslv->n_head = recv(sslv->fd, sslv->head, sizeof sslv->head,
|
||||
MSG_PEEK);
|
||||
|
Reference in New Issue
Block a user