guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39749] [PATCH] gnu: emacs-eacl: Fix typo in description.


From: Kyle Meyer
Subject: [bug#39749] [PATCH] gnu: emacs-eacl: Fix typo in description.
Date: Sat, 22 Feb 2020 16:49:00 -0500

* gnu/packages/emacs-xyz.scm (emacs-eacl)[description]: Correct misspelling of
"commands".
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1247c01e63..f0c82e2ea4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19322,7 +19322,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+)))
 

base-commit: 8017eb0ae8d7fee1669e909b116670da374d0ce3
-- 
2.25.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]