Fix minimize spelling mistake

This commit is contained in:
Eoin Houlihan 2015-10-13 00:02:36 +01:00 committed by syl20bnr
parent bfd360440f
commit 1a853d5759
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ with `:' and Emacs commands are executed with `<leader> :'.")
`find-files' (SPC f f) is replaced.")
(defvar dotspacemacs-helm-resize nil
"If non nil, `helm' will try to miminimize the space it uses.")
"If non nil, `helm' will try to minimize the space it uses.")
(defvar dotspacemacs-helm-no-header nil
"if non nil, the helm header is hidden when there is only one source.")

View file

@ -121,7 +121,7 @@ values."
;; `find-files' (SPC f f), `find-spacemacs-file' (SPC f e s), and
;; `find-contrib-file' (SPC f e c) are replaced. (default nil)
dotspacemacs-use-ido nil
;; If non nil, `helm' will try to miminimize the space it uses. (default nil)
;; If non nil, `helm' will try to minimize the space it uses. (default nil)
dotspacemacs-helm-resize nil
;; if non nil, the helm header is hidden when there is only one source.
;; (default nil)