From 69a128bed130f83aadcbdebb4b5d9446686d588a Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Fri, 11 May 2018 10:54:52 +0800 Subject: Fix typo found by codespell --- src/protocol/fqterm_socket.h | 2 +- src/protocol/internal/fqterm_ssh_kex.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protocol') diff --git a/src/protocol/fqterm_socket.h b/src/protocol/fqterm_socket.h index 02b16eb..67a0648 100644 --- a/src/protocol/fqterm_socket.h +++ b/src/protocol/fqterm_socket.h @@ -21,7 +21,7 @@ #ifndef FQTERM_SOCKET_H #define FQTERM_SOCKET_H -// _OS_X_ not defined if i dont include it +// _OS_X_ not defined if i don't include it #include // different diff --git a/src/protocol/internal/fqterm_ssh_kex.cpp b/src/protocol/internal/fqterm_ssh_kex.cpp index 910eb26..d46ba76 100644 --- a/src/protocol/internal/fqterm_ssh_kex.cpp +++ b/src/protocol/internal/fqterm_ssh_kex.cpp @@ -109,7 +109,7 @@ void FQTermSSH1Kex::makeSessionKey() { FQ_TRACE("sshkex", 0) << "Warning: Server lies about " << "size of server public key: " << "actual size: " << rbits - << " vs. anounced: " << bits; + << " vs. announced: " << bits; FQ_TRACE("sshkex", 0) << "Warning: This may be due to " << "an old implementation of ssh."; } @@ -126,7 +126,7 @@ void FQTermSSH1Kex::makeSessionKey() { FQ_TRACE("sshkex", 0) << "Warning: Server lies about " << "size of server public key: " << "actual size: " << rbits - << " vs. anounced: " << bits; + << " vs. announced: " << bits; FQ_TRACE("sshkex", 0) << "Warning: This may be due to " << "an old implementation of ssh."; } -- cgit v1.2.3