summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-22 16:49:00 -0500
committerMarius Bakke <mbakke@fastmail.com>2020-02-26 21:52:47 +0100
commitb18d3c526834a58d71566be6f0f0453dc55881e2 (patch)
tree1598062fdf21e83d0523d35f82ccea487d919631
parent66ed570a05c0363b8aa856469bddf0775a4554ee (diff)
downloadpatches-b18d3c526834a58d71566be6f0f0453dc55881e2.tar
patches-b18d3c526834a58d71566be6f0f0453dc55881e2.tar.gz
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>
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cfc92cecc5..b61eb19069 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19361,7 +19361,7 @@ with passwords for paths matching regexps.")
`(("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+)))