summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-10 12:42:51 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-10 12:42:51 -0700
commit5234db7c94a342347069f4a49202afa4e371b60c (patch)
tree31350af3cd311963eac398b12f553d9ed6b822e8 /bin
parent9f58b6e47090766454af1106806d08391772b13b (diff)
downloadportage-5234db7c94a342347069f4a49202afa4e371b60c.tar.gz
portage-5234db7c94a342347069f4a49202afa4e371b60c.tar.bz2
portage-5234db7c94a342347069f4a49202afa4e371b60c.zip
repoman: fix a typo in the file.executable desc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 6aaeef394..b40d2d18c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -292,7 +292,7 @@ qahelp={
"ebuild.patches":"PATCHES variable should be a bash array to ensure white space safety",
"changelog.notadded":"ChangeLogs that exist but have not been added to cvs",
"dependency.unknown" : "Ebuild has a dependency that refers to an unknown package (which may be valid if it is a blocker for a renamed/removed package, or is an alternative choice provided by an overlay)",
- "file.executable":"Ebuilds, digests, metadata.xml, Manifest, and ChangeLog do note need the executable bit",
+ "file.executable":"Ebuilds, digests, metadata.xml, Manifest, and ChangeLog do not need the executable bit",
"file.size":"Files in the files directory must be under 20 KiB",
"file.size.fatal":"Files in the files directory must be under 60 KiB",
"file.name":"File/dir name must be composed of only the following chars: %s " % allowed_filename_chars,