guix-commits
[Top][All Lists]
Advanced

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

161/285: gnu: python-funcparserlib: Fix typo.


From: guix-commits
Subject: 161/285: gnu: python-funcparserlib: Fix typo.
Date: Sun, 29 Dec 2019 20:44:21 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 94777c305bb48b8637af343a4b3a57e31e30a56d
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Dec 26 09:17:50 2019 +0100

    gnu: python-funcparserlib: Fix typo.
    
    * gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in 
description.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5b8f377..2077d6d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17115,7 +17115,7 @@ scripts to load entry points more quickly.")
     (synopsis
      "Recursive descent parsing library based on functional combinators")
     (description
-     "This package is a recurisve descent parsing library for Python based on
+     "This package is a recursive descent parsing library for Python based on
 functional combinators.  Parser combinators are just higher-order functions
 that take parsers as their arguments and return them as result values.")
     (license license:expat)))



reply via email to

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