]> code.delx.au - gnu-emacs/commitdiff
* nsm.el (nsm-check-protocol): Fix typo in the message.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jan 2016 11:19:13 +0000 (12:19 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jan 2016 11:19:13 +0000 (12:19 +0100)
lisp/net/nsm.el

index dadf0b9d212d3c01f31b859856dfc0f4879bec9c..ebdeeccc2c8f24143380e6a57d187d2ea4b4af91 100644 (file)
@@ -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)