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
committerZac Medico <zmedico@gentoo.org>2011-05-25 20:01:38 -0700
commit6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a (patch)
treefe05599abdefc3acb256376620675ffe00a48950 /bin/glsa-check
parenta891dbf9456a5ab93db28fafc45cfded2beaf8d0 (diff)
downloadportage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.tar.gz
portage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.tar.bz2
portage-6ca6af3ac6b5b97f896364b6f7b8191ec85ef54a.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: