[PATCH] gnu: node-acorn: Fix typo in description.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jelle Licht
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210912174901.13633-1-kraai@ftbfs.org
* gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of
"Javascript".
---
gnu/packages/node-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index cbb68f77d6..f74465346a 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -47,7 +47,7 @@
(chdir "acorn"))))))
(home-page "https://github.com/acornjs/acorn/tree/master/acorn")
(synopsis "Javascript-based Javascript parser")
- (description "Acornjs is a Javascrip parser with many options and an
+ (description "Acornjs is a Javascript parser with many options and an
architecture supporting plugins.")
(license license:expat)))
--
2.33.0
Jelle Licht wrote 3 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 50553@debbugs.gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
86a6k9r0a6.fsf@fsfe.org
Hey Matthew,

Matthew James Kraai <kraai@ftbfs.org> writes:

Toggle quote (6 lines)
> * gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of
> "Javascript".
> ---
> gnu/packages/node-xyz.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as 8594fd6bff0 to master, thanks!
- Jelle
Jelle Licht wrote 3 years ago
(address . 50553-done@debbugs.gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
867dfdr08q.fsf@fsfe.org
Jelle Licht <jlicht@fsfe.org> writes:

Toggle quote (12 lines)
> Hey Matthew,
>
> Matthew James Kraai <kraai@ftbfs.org> writes:
>
>> * gnu/packages/node-xyz.scm (node-acorn)[description]: Correct misspelling of
>> "Javascript".
>> ---
>> gnu/packages/node-xyz.scm | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Pushed as 8594fd6bff0 to master, thanks!
> - Jelle
.. and closing!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 50553
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