summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/iotop.meta
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-07-11 17:26:31 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-07-11 17:26:31 +0200
commit3e493754868ecd954281bfffe8b59adb0f461c95 (patch)
tree5f978f168255a52719b0739e8e913bc672e449fd /testsuite/systemtap.examples/iotop.meta
parent94687c8da6273832666c7089a3b7349e1b55f57c (diff)
downloadsystemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.tar.gz
systemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.tar.xz
systemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.zip
s/decending/descending/g in example description.
Diffstat (limited to 'testsuite/systemtap.examples/iotop.meta')
-rw-r--r--testsuite/systemtap.examples/iotop.meta2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/iotop.meta b/testsuite/systemtap.examples/iotop.meta
index 4eba0130..d5331eda 100644
--- a/testsuite/systemtap.examples/iotop.meta
+++ b/testsuite/systemtap.examples/iotop.meta
@@ -8,6 +8,6 @@ status: production
exit: user-controlled
output: timed
scope: system-wide
-description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in decending order.
+description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in descending order.
test_check: stap -p4 iotop.stp
test_installcheck: stap iotop.stp -c "sleep 1"