grammar fix
This was introduced in a85634c
. The grammar wasn't correct here -- so this fixes it.
This commit is contained in:
parent
6b4900940f
commit
9660a90022
1 changed files with 1 additions and 1 deletions
|
@ -1980,7 +1980,7 @@ depends on it."
|
||||||
;; (message "orphans: %s" orphans)
|
;; (message "orphans: %s" orphans)
|
||||||
(if orphans
|
(if orphans
|
||||||
(progn
|
(progn
|
||||||
(spacemacs-buffer/set-mode-line "Uninstalling not used packages...")
|
(spacemacs-buffer/set-mode-line "Uninstalling unused packages...")
|
||||||
(spacemacs//redisplay)
|
(spacemacs//redisplay)
|
||||||
(spacemacs-buffer/append
|
(spacemacs-buffer/append
|
||||||
(format "Found %s orphan package(s) to delete...\n"
|
(format "Found %s orphan package(s) to delete...\n"
|
||||||
|
|
Reference in a new issue