emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 d20a948: * nsm.el (nsm-check-protocol): Fix typo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 d20a948: * nsm.el (nsm-check-protocol): Fix typo in the message.
Date: Sun, 03 Jan 2016 11:19:26 +0000

branch: emacs-25
commit d20a9488dde5fa7440465e3c7b068ff744389b0b
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    * nsm.el (nsm-check-protocol): Fix typo in the message.
---
 lisp/net/nsm.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index dadf0b9..ebdeecc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]