diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 20:04:18 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:10:43 -0700 |
commit | 2d2b3b24c8d6bd5201b8262666c688ae2fcce71a (patch) | |
tree | ad6a9d71eaf9be65320ff7499429f2c5e61fd97e /gnu/packages | |
parent | a4920a22ef28b9bd9af1bf443dcda71da5ffa4d3 (diff) |
gnu: python-scour: Fix typo.
* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of
"aggressive".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a60e869db8..cd83c046ce 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1815,7 +1815,7 @@ human-friendly syntax.") (description "The goal of Scour is to output a file that renderes 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 agressive cleaning.") +lossless but can be tweaked for more aggressive cleaning.") (license license:asl2.0))) (define-public python-mechanize |