From: Lars Magne Ingebrigtsen Date: Sun, 3 Jan 2016 11:19:13 +0000 (+0100) Subject: * nsm.el (nsm-check-protocol): Fix typo in the message. X-Git-Tag: emacs-25.0.90~281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d20a9488dde5fa7440465e3c7b068ff744389b0b;p=emacs.git * nsm.el (nsm-check-protocol): Fix typo in the message. --- 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)