From 7ba599709990b35cddcd0d0163e172d6ad9bcc0f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 15 May 2011 23:24:31 +0200 Subject: Fix some typos. --- bin/glsa-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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: -- cgit v1.2.3-1-g7c22