[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
M
M
Matthew James Kraai wrote on 12 Sep 2021 19:49
(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
J
J
Jelle Licht wrote on 19 Sep 2021 00:23
(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
J
J
Jelle Licht wrote on 19 Sep 2021 00:24
(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
?