gnu: iotop: Fix typos.

* gnu/packages/linux.scm (iotop): Fix typos introduced by myself.
This commit is contained in:
Ludovic Courtès 2014-01-27 19:02:51 +01:00
parent 7c0dbe780a
commit 35cebf0166

View file

@ -856,9 +856,9 @@ the command line or a script.")
"1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s")))) "1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; The setup.py script expects python-2 ;; The setup.py script expects python-2.
`(#:python ,python-2 `(#:python ,python-2
;; There are currently no checks in the package ;; There are currently no checks in the package.
#:tests? #f)) #:tests? #f))
(native-inputs `(("python" ,python-2))) (native-inputs `(("python" ,python-2)))
(home-page "http://guichaz.free.fr/iotop/") (home-page "http://guichaz.free.fr/iotop/")
@ -867,3 +867,4 @@ the command line or a script.")
(description (description
"Iotop is a Python program with a top like user interface to show the "Iotop is a Python program with a top like user interface to show the
processes currently causing I/O.") processes currently causing I/O.")
(license gpl2+)))