From: Tim Vaughan Date: Mon, 22 Jun 2020 09:56:57 +0000 (+0200) Subject: Fixed spelling error. *facepalm* X-Git-Tag: v2.10.0~4 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=b16e94dbedea9a69045c5825274df548d22d1bfa Fixed spelling error. *facepalm* --- 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)))