Skip to content

Commit

Permalink
Fixes typo in xxx-packages docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 18, 2014
1 parent 07091f0 commit d278e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/syl20bnr/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'(
rainbow-identifiers
)
"List of all packages to install and/or initialized. Built-in packages
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")

(defun syl20bnr/init-rainbow-identifiers ()
Expand Down
2 changes: 1 addition & 1 deletion contrib/themes-megapack/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
zenburn-theme
zonokai-theme
)
"List of all packages to install and/or initialized. Built-in packages
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")

4 changes: 1 addition & 3 deletions spacemacs/packages.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
;; installed packages as well as build-in packages with a corresponding
;; init-xxx file
(defvar spacemacs-packages
'(
ac-ispell
Expand Down Expand Up @@ -120,7 +118,7 @@
yasnippet
zenburn-theme
)
"List of all packages to install and/or initialized. Built-in packages
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")

;; Initialization of packages
Expand Down

0 comments on commit d278e63

Please sign in to comment.