summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-27 19:02:51 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-27 19:02:59 +0100
commit35cebf0166864f3cc519d9aed0d794d7bddf29df (patch)
tree3c4de48ffd44bb06c869dfa192e49fd8eb10e058 /gnu
parent7c0dbe780a09d2938af34f49ae40ce6def92064a (diff)
downloadpatches-35cebf0166864f3cc519d9aed0d794d7bddf29df.tar
patches-35cebf0166864f3cc519d9aed0d794d7bddf29df.tar.gz
gnu: iotop: Fix typos.
* gnu/packages/linux.scm (iotop): Fix typos introduced by myself.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 82d1d44269..7808cb108c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -856,9 +856,9 @@ the command line or a script.")
"1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s"))))
(build-system python-build-system)
(arguments
- ;; The setup.py script expects python-2
+ ;; The setup.py script expects python-2.
`(#:python ,python-2
- ;; There are currently no checks in the package
+ ;; There are currently no checks in the package.
#:tests? #f))
(native-inputs `(("python" ,python-2)))
(home-page "http://guichaz.free.fr/iotop/")
@@ -867,3 +867,4 @@ the command line or a script.")
(description
"Iotop is a Python program with a top like user interface to show the
processes currently causing I/O.")
+ (license gpl2+)))