summaryrefslogtreecommitdiff
path: root/src/protocol
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
parentae53eddc611459fa427db9c65f6213d3e817aa31 (diff)
downloadfqterm-69a128bed130f83aadcbdebb4b5d9446686d588a.tar.xz
Fix typo found by codespell
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/fqterm_socket.h2
-rw-r--r--src/protocol/internal/fqterm_ssh_kex.cpp4
2 files changed, 3 insertions, 3 deletions
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 <QGlobalStatic>
// 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.";
}