summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-17 21:18:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-17 21:21:25 +0200
commit853a91d87097461c7a3268617f70769b9e5490d4 (patch)
tree2a3cada8d92cb79d6dbf94794266c3d8053e1fcd /src
parenta5770a224af29119b87c35cdbf4f1f0b43bc0576 (diff)
downloadweechat-853a91d87097461c7a3268617f70769b9e5490d4.zip
doc: replace "safest" by "most secure" (relay protocol)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/relay/relay-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-auth.c b/src/plugins/relay/relay-auth.c
index 359eab247..5cbb6c0fd 100644
--- a/src/plugins/relay/relay-auth.c
+++ b/src/plugins/relay/relay-auth.c
@@ -32,7 +32,7 @@
/*
- * this list is sorted from the least secure to the safest algorithm:
+ * this list is sorted from the least secure to the most secure algorithm:
* "plain" is plain text password, the other values are hash algorithms;
* during negotiation with the client, the highest value in this list matching
* the client supported values is used