Commit a1eafd1f84ed

Sharif Nassar <mrwacky42@users.noreply.github.com>
2015-05-23 19:27:47
Fix some spelling
I can't help but edit.
1 parent 9b5bc9c
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)))