summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh_kex.cpp
diff options
context:
space:
mode:
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.";
}