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/internal/fqterm_ssh_kex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/internal') 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