gnu: python-pypeg2: Fix typo in synopsis.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:57:40 +0000 (19:57 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:33 +0000 (14:11 +0200)
* gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.

gnu/packages/python-xyz.scm

index 1201547..30ad6b9 100644 (file)
@@ -15635,7 +15635,7 @@ specified to apply on the key before comparison (e.g. @code{string.lower})).")
      ;;https://bitbucket.org/fdik/pypeg/issues/36/test-failures-on-py35
      '(#:tests? #f))
     (home-page "https://fdik.org/pyPEG/")
-    (synopsis "Parsering Expression Grammars in Python")
+    (synopsis "Parsing Expression Grammars in Python")
     (description "PyPEG is an intrinsic parser interpreter framework for
 Python.  It is based on Parsing Expression Grammars, PEG.  With pyPEG you can
 parse many formal languages.")