summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-09-06 17:50:06 +0000
committerZac Medico <zmedico@gentoo.org>2007-09-06 17:50:06 +0000
commitbc8b37988283a5cd8ad5c2f5b82e598c57c532ba (patch)
treece67a1660dd41448197b697f4ea76f951d7a8d94
parent28617230ee7d7736b85a8fd94abbf2f76821277d (diff)
downloadportage-bc8b37988283a5cd8ad5c2f5b82e598c57c532ba.tar.gz
portage-bc8b37988283a5cd8ad5c2f5b82e598c57c532ba.tar.bz2
portage-bc8b37988283a5cd8ad5c2f5b82e598c57c532ba.zip
Fix RepoMan's grammar. (trunk r7711)
svn path=/main/branches/2.1.2/; revision=7740
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 163388865..4c98eb931 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1580,7 +1580,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.")