Commit a1eafd1f84ed
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -74,7 +74,7 @@
(add-to-list 'package-archives '("mela-stable" . "http://stable.melpa.org/packages/"))
;; If gpg cannot be found, signature checking will fail, so we
- ;; conditionnally enable it according wether gpg is availabel.
+ ;; conditionally enable it according whether gpg is available.
;; We re-run this check once $PATH has been configured
(defun sanityinc/package-maybe-enable-signatures ()
(setq package-check-signature (when (executable-find "gpg") 'allow-unsigned)))