summaryrefslogtreecommitdiff
path: root/bin/glsa-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/glsa-check')
-rw-r--r--bin/glsa-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index 9b99451..3c41fff 100644
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -131,7 +131,7 @@ if mode == "help" or mode == "HELP":
sys.stderr.write("\n" + msg)
sys.exit(1)
-# we need root priviledges for write access
+# we need root privileges for write access
if mode in ["fix", "inject"] and os.geteuid() != 0:
sys.stderr.write(__program__ + ": root access is needed for \""+mode+"\" mode\n")
sys.exit(2)