summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh_kex.cpp
diff options
context:
space:
mode:
authorBoyuan Yang <073plan@gmail.com>2018-05-11 10:54:52 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-11 11:07:24 +0800
commit69a128bed130f83aadcbdebb4b5d9446686d588a (patch)
tree8f1d3671a7425eb75d0e58022732cd9d1b0f2a14 /src/protocol/internal/fqterm_ssh_kex.cpp
parentae53eddc611459fa427db9c65f6213d3e817aa31 (diff)
downloadfqterm-69a128bed130f83aadcbdebb4b5d9446686d588a.tar.xz
Fix typo found by codespell
Diffstat (limited to 'src/protocol/internal/fqterm_ssh_kex.cpp')
-rw-r--r--src/protocol/internal/fqterm_ssh_kex.cpp4
1 files changed, 2 insertions, 2 deletions
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.";
}