aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2016-01-03 12:19:13 +0100
committerLars Magne Ingebrigtsen2016-01-03 12:19:13 +0100
commitd20a9488dde5fa7440465e3c7b068ff744389b0b (patch)
tree5f55f9e946f00956fb439228d73f2928228ddffd
parent1da116f8ec3f22738961a1997b71db63c2fdac08 (diff)
downloademacs-d20a9488dde5fa7440465e3c7b068ff744389b0b.tar.gz
emacs-d20a9488dde5fa7440465e3c7b068ff744389b0b.zip
* nsm.el (nsm-check-protocol): Fix typo in the message.
-rw-r--r--lisp/net/nsm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index dadf0b9d212..ebdeeccc2c8 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -216,7 +216,7 @@ unencrypted."
216 (not 216 (not
217 (nsm-query 217 (nsm-query
218 host port status :signature-sha1 218 host port status :signature-sha1
219 "The certificate used to verify the connectio to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe." 219 "The certificate used to verify the connection to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe."
220 host port signature-algorithm))) 220 host port signature-algorithm)))
221 (delete-process process) 221 (delete-process process)
222 nil) 222 nil)