From d20a9488dde5fa7440465e3c7b068ff744389b0b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 3 Jan 2016 12:19:13 +0100 Subject: [PATCH] * nsm.el (nsm-check-protocol): Fix typo in the message. --- lisp/net/nsm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (not (nsm-query host port status :signature-sha1 - "The certificate used to verify the connectio to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe." + "The certificate used to verify the connection to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe." host port signature-algorithm))) (delete-process process) nil) -- 2.39.5