summaryrefslogtreecommitdiffstats
path: root/bin/glsa-check
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-15 23:24:31 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-05-15 23:24:31 +0200
commit7ba599709990b35cddcd0d0163e172d6ad9bcc0f (patch)
tree6e076c6c2e9aa45d95773ccf8eaae1dbc69bd53a /bin/glsa-check
parent5eef84cb4b72695548937445019eac24f53d252b (diff)
downloadportage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.tar.gz
portage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.tar.bz2
portage-7ba599709990b35cddcd0d0163e172d6ad9bcc0f.zip
Fix some typos.
Diffstat (limited to 'bin/glsa-check')
-rwxr-xr-xbin/glsa-check4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index d8745b062..2f2d55523 100755
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright 2008-2009 Gentoo Foundation
+# Copyright 2008-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
@@ -94,7 +94,7 @@ elif mode != "list" and not params:
parser.print_help()
sys.exit(1)
elif mode in ["fix", "inject"] and os.geteuid() != 0:
- # we need root priviledges for write access
+ # we need root privileges for write access
sys.stderr.write("\nThis tool needs root access to "+options.mode+" this GLSA\n\n")
sys.exit(2)
elif mode == "list" and not params: