The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2764942
)
Fixed spelling error. *facepalm*
author
Tim Vaughan
<plugd@thelambdalab.xyz>
Mon, 22 Jun 2020 09:56:57 +0000
(11:56 +0200)
committer
Tim Vaughan
<plugd@thelambdalab.xyz>
Mon, 22 Jun 2020 09:56:57 +0000
(11:56 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
3959162
..
5762afa
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-784,7
+784,7
@@
are also deleted."
(when elpher-client-certificate
(unless (and (called-interactively-p 'any)
(not (y-or-n-p (concat "Really forget client certificate? "
- "(Throwaway cert
ert
ificates will be deleted.)"))))
+ "(Throwaway certificates will be deleted.)"))))
(when (cadr elpher-client-certificate)
(delete-file (elt elpher-client-certificate 2))
(delete-file (elt elpher-client-certificate 3)))