summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:34:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-12-12 17:19:32 -0500
commit4b4a1f35dc73546de7dbb87a2bde338535ee22c3 (patch)
tree1c08191ab325a57d0fc23566cef57fbe68d6c518
parentfd60f207ec451406885578e282bfb3cb252a58cc (diff)
emacs: fix typos in comments
-rw-r--r--.config/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index e0e39d4..fe2400d 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -75,7 +75,7 @@
;; 1) Disable package.el from getting loading all downloaded packages
;; 2) Use el-get to load a specified list of packages from elpa.
;;
-;; This is also nice because I can do event-base programming for what
+;; This is also nice because I can do event-based programming for what
;; to do once a package is loaded, using :after.
;; For some reason, el-get adds a bunch of 3rd-party repos to
@@ -116,7 +116,7 @@
(:name scss-mode :type elpa)
(:name yaml-mode :type elpa)
))
-;; What packages el-get should install, both from above, and it's
+;; What packages el-get should install, both from above, and its
;; internal list of sources.
(el-get 'sync (append
'(el-get)