diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | 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 dadf0b9d212..ebdeeccc2c8 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el | |||
| @@ -216,7 +216,7 @@ unencrypted." | |||
| 216 | (not | 216 | (not |
| 217 | (nsm-query | 217 | (nsm-query |
| 218 | host port status :signature-sha1 | 218 | host port status :signature-sha1 |
| 219 | "The certificate used to verify the connectio to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe." | 219 | "The certificate used to verify the connection to %s:%s uses the SHA1 algorithm (%s), which is believed to be unsafe." |
| 220 | host port signature-algorithm))) | 220 | host port signature-algorithm))) |
| 221 | (delete-process process) | 221 | (delete-process process) |
| 222 | nil) | 222 | nil) |