1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

* nsm.el (nsm-check-protocol): Fix typo in the message.

This commit is contained in:
Lars Magne Ingebrigtsen 2016-01-03 12:19:13 +01:00
parent 1da116f8ec
commit d20a9488dd

View 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)