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:
parent
1da116f8ec
commit
d20a9488dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue