summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:57:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:33 +0200
commit6036df88109c81fa2a6565ba0c4ca809fa2cd367 (patch)
treed4d6d073db1f199f67ae42b6d8d8308e79437fe4
parent3cca373b2eceb0de856336f16c1ac814014eeeaa (diff)
gnu: python-scour: Fix typo in description.
* gnu/packages/python-xyz.scm (python-scour)[description]: Fix typo.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3311916c6c..120154757c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")