guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: node-acorn: Fix typo in description.


From: guix-commits
Subject: branch master updated: gnu: node-acorn: Fix typo in description.
Date: Sat, 18 Sep 2021 18:21:08 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8594fd6  gnu: node-acorn: Fix typo in description.
8594fd6 is described below

commit 8594fd6bff027cbe19337602924f8963a5765b54
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sun Sep 12 10:49:01 2021 -0700

    gnu: node-acorn: Fix typo in description.
    
    * 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(-)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index cbb68f7..f744653 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)))
 



reply via email to

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