aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviCryptEngine.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2017-02-23 22:29:54 -0500
committerGravatar staticfox2017-02-23 22:29:54 -0500
commitd6c66fab8299290a2f36447812a89564cf9629c3 (patch)
tree0282afeb54e2c8ec44c06b0bd4d9bd62771cecc7 /src/kvilib/ext/KviCryptEngine.cpp
parentRevert "KviHtmlGenerator: Fix default foreground and background colors" (diff)
downloadKVIrc-d6c66fab8299290a2f36447812a89564cf9629c3.tar.gz
KVIrc-d6c66fab8299290a2f36447812a89564cf9629c3.tar.bz2
KVIrc-d6c66fab8299290a2f36447812a89564cf9629c3.zip
KviCryptEngine: Fix typo
Diffstat (limited to 'src/kvilib/ext/KviCryptEngine.cpp')
-rw-r--r--src/kvilib/ext/KviCryptEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/ext/KviCryptEngine.cpp b/src/kvilib/ext/KviCryptEngine.cpp
index a7f47481c..19eea0eee 100644
--- a/src/kvilib/ext/KviCryptEngine.cpp
+++ b/src/kvilib/ext/KviCryptEngine.cpp
@@ -98,7 +98,7 @@
while an engine is working, you can use the Ctrl+P escape: by placing
that character as the FIRST CHARACTER of the line you will avoid encrypting.
Every engine has different capabilities: some can both encrypt
- and decrypt, othesr perform only half of the operations. Some engines
+ and decrypt, others perform only half of the operations. Some engines
need a key (the crypt engines obviously), or two keys (you can specify
one for the outgoing data and one for the incoming). You can specify
all these options in the crypt/text transformation dialog.[br][br]