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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Marius Bakke
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20200222214900.14393-1-kyle@kyleam.com
* 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(-)

Toggle diff (17 lines)
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
Marius Bakke wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)
8736ax3wv2.fsf@devup.no
Kyle Meyer <kyle@kyleam.com> writes:

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

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5W1+IACgkQoqBt8qM6
VPp35Af9FdDlE7/LetB3honOV4knTa4owyPnew/EyqEYQj/M0cltHkWI3T+JRq9L
Ip/o2XFEwZoiiQatar4JykcVjF9u/UioJeNpqPA7A/eFUgjkf1L7+F3pYTMTqpin
oD6SN0IoU+qt3jBZE7gsnOnqUsI5ZdXKTJvwa516+BaiscCQh1TmbfV26SJ+HSC+
Hgp4RLQ4endqhpFcNlamHU0bZQpIg4dRf9dJSQIScaMxuiRCbiqoWz5P/cvYc7A8
cHzFz/NEz3Blkhy22hyR5DMG20a4cLF0N/mtT6/ZNeN/5hkAsFtBV0Tmg/OBetOC
zcOElsZdDXgnHzNsxp8+/dRui5UKUg==
=hxYf
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39749@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39749
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help