gnu: python-scour: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:57:11 +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-scour)[description]: Fix typo.

gnu/packages/python-xyz.scm

index 3311916..1201547 100644 (file)
@@ -1985,7 +1985,7 @@ human-friendly syntax.")
     (build-system python-build-system)
     (home-page "https://github.com/scour-project/scour")
     (synopsis "Scour is an SVG optimizer/cleaner written in Python")
-    (description "The goal of Scour is to output a file that renderes
+    (description "The goal of Scour is to output a file that renders
 identically at a fraction of the size by removing a lot of redundant
 information created by most SVG editors.  Optimization options are typically
 lossless but can be tweaked for more aggressive cleaning.")