summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-27 23:08:10 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-27 23:08:10 +0000
commitb57a772ba25645f1687d9799709b882cf5ef9445 (patch)
treec6dda3af8f7938447ea3bf0960f5f53cc238bb43 /bin/repoman
parentd67b34124b660af0968e517484b597a9de07b554 (diff)
downloadportage-b57a772ba25645f1687d9799709b882cf5ef9445.tar.gz
portage-b57a772ba25645f1687d9799709b882cf5ef9445.tar.bz2
portage-b57a772ba25645f1687d9799709b882cf5ef9445.zip
Fix RepoMan's grammar.
svn path=/main/trunk/; revision=7711
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index eded5cb55..e7b76cc68 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1582,7 +1582,7 @@ if mymode!="commit":
else:
if dofail and "--force" in myoptions and "--pretend" not in myoptions:
print green("RepoMan sez:") + \
- " \"You want commit even with these QA issues?\n" + \
+ " \"You want to commit even with these QA issues?\n" + \
" I'll take it this time, but I'm not happy.\"\n"
elif dofail:
print turquoise("Please fix these important QA issues first.")