]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed a typo
authorJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 14:41:34 +0000 (09:41 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 14:41:34 +0000 (09:41 -0500)
lisp/use-package/use-package.el

index 0d9d26ef45fafe005784f49e1a39298849a2be33..691287c8aeaa49bf356dd8995e131d3bde8b0048 100644 (file)
@@ -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))