From 1bb5085694185fa0297358ed4c80b30b730d2f36 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:41:56 -0700 Subject: [PATCH] gnu: python-internetarchive: Fix typo "programmatic". * gnu/packages/web (python-internetarchive)[description]: Fix typo. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3d99a8d87c..48be704e61 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5286,7 +5286,7 @@ (define-public python-internetarchive (synopsis "Command-line interface to archive.org") (description "@code{ia} is a command-line tool for using @url{archive.org} from the command-line. It also emplements the -internetarchive python module for programatic access to archive.org.") +internetarchive python module for programmatic access to archive.org.") (properties `((python2-variant . ,(delay python2-internetarchive)))) (license license:agpl3+)))