From b358a94e7440a6f1ec50da47e3b563f518245467 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 16 Dec 2020 09:58:34 +0100 Subject: [PATCH] gnu: python-internetarchive: Fix typo. * gnu/packages/web.scm (python-internetarchive): 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 f7d9d72df2..39820f7572 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6323,7 +6323,7 @@ (define-public python-internetarchive (home-page "https://github.com/jjjake/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 +@url{archive.org} from the command-line. It also implements the internetarchive python module for programmatic access to archive.org.") (license license:agpl3+)))