gnu: emacs-eacl: Fix typo in description.

* gnu/packages/emacs-xyz.scm (emacs-eacl)[description]: Correct misspelling of
"commands".

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Kyle Meyer 2020-02-22 16:49:00 -05:00 committed by Marius Bakke
parent 66ed570a05
commit b18d3c5268
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19361,7 +19361,7 @@ (define-public emacs-eacl
`(("emacs-ivy" ,emacs-ivy)))
(home-page "https://github.com/redguardtoo/eacl")
(synopsis "Auto-complete lines by using @code{grep} on a project")
(description "This package provides auto-completion cammands for single
(description "This package provides auto-completion commands for single
and multiple lines of code in a project.")
(license license:gpl3+)))