summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-06-17 09:41:34 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-06-17 09:41:34 -0500
commitdebf2c23f33d801479b68eb550faeaee813ead27 (patch)
treead90a0976a0f38d123eb30b4b85cd18f0c7db3f4
parentaea35b2370de79fee18247bc675c64947fb04ee2 (diff)
downloademacs-debf2c23f3.tar.gz
Fixed a typo
-rw-r--r--lisp/use-package/use-package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 0d9d26ef45f..691287c8aea 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -50,8 +50,8 @@
;; (setq foo-variable t)
;; (foo-mode 1)))
;;
-;; A very command thing to do when loading a module is to bind a key to
-;; primary commands within that module:
+;; A very common thing to do when loading a module is to bind a key to primary
+;; commands within that module:
;;
;; (use-package ace-jump-mode
;; :bind ("C-." . ace-jump-mode))