diff mbox series

[bug#50553] gnu: node-acorn: Fix typo in description.

Message ID 20210912174901.13633-1-kraai@ftbfs.org
State Accepted
Headers show
Series [bug#50553] gnu: node-acorn: Fix typo in description. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Matthew James Kraai Sept. 12, 2021, 5:49 p.m. UTC
* 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(-)

Comments

Jelle Licht Sept. 18, 2021, 10:23 p.m. UTC | #1
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
Jelle Licht Sept. 18, 2021, 10:24 p.m. UTC | #2
Jelle Licht <jlicht@fsfe.org> writes:

> 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!
diff mbox series

Patch

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)))