diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:53:49 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:53:49 -0800 |
commit | 2c75559f72cf1a009f4a43250799f3f2cb31b233 (patch) | |
tree | ef87ada021869d5941ef0cd0faa19186dbf40462 | |
parent | 4b7517cee18e782d04907bb1caf3cd95891bd32f (diff) |
gnu: python-cligj: Fix typo.
* gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of
"command".
-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 ea5ad8e8ce..3d34ea4ba7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3434,7 +3434,7 @@ with sensible defaults out of the box.") (native-inputs `(("python-pytest-cov" ,python-pytest-cov))) (home-page "https://github.com/mapbox/cligj") - (synopsis "Click params for commmand line interfaces to GeoJSON") + (synopsis "Click params for command line interfaces to GeoJSON") (description "cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, |