Fixed spelling error. *facepalm*
authorTim Vaughan <plugd@thelambdalab.xyz>
Mon, 22 Jun 2020 09:56:57 +0000 (11:56 +0200)
committerTim Vaughan <plugd@thelambdalab.xyz>
Mon, 22 Jun 2020 09:56:57 +0000 (11:56 +0200)
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? "
   (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)))
       (when (cadr elpher-client-certificate)
         (delete-file (elt elpher-client-certificate 2))
         (delete-file (elt elpher-client-certificate 3)))