X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=5762afafd3caefee1eefed8edbef5ca0d95770fd;hp=3959162638e2765cab153a51c39c90da7a1fc8d3;hb=b16e94dbedea9a69045c5825274df548d22d1bfa;hpb=2764942190961c54e6f46158a5119f69d1ff40cf diff --git a/elpher.el b/elpher.el index 3959162..5762afa 100644 --- 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 certertificates 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)))