summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2014-05-14 22:26:21 +0800
committerPaul Wise <pabs3@bonedaddy.net>2014-05-14 22:26:21 +0800
commite34fe9b424c0a7c8c78279a6076f3a1a8597d3b8 (patch)
treeac3de1566403bff18c4a0e321539b019bcaf8537
parent76b284b1fbc4fb801e578355cc4f6dd548185da1 (diff)
downloadiotop-e34fe9b424c0a7c8c78279a6076f3a1a8597d3b8.tar.gz
Fix two typos
-rw-r--r--iotop/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iotop/ui.py b/iotop/ui.py
index 6d4305c..2f378bc 100644
--- a/iotop/ui.py
+++ b/iotop/ui.py
@@ -539,8 +539,8 @@ def run_iotop(options):
if e.errno == errno.EPERM:
print(e, file=sys.stderr)
print('''
-The Linux kernel interfaces that iotop relies on now require root priviliges
-or the NET_ADMIN capability. This change occured because a security issue
+The Linux kernel interfaces that iotop relies on now require root privileges
+or the NET_ADMIN capability. This change occurred because a security issue
(CVE-2011-2494) was found that allows leakage of sensitive data across user
boundaries. If you require the ability to run iotop as a non-root user, please
configure sudo to allow you to run iotop as root.