summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-25 11:39:50 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-25 11:39:50 +0000
commite937976713328d82b24ccb47382d5e71479b45f1 (patch)
treecec7de737fc326f223856d292ced4a6f20d11d42 /bin/repoman
parent07b2b99092170a738af6992ceee23b3fb72968e5 (diff)
downloadportage-e937976713328d82b24ccb47382d5e71479b45f1.tar.gz
portage-e937976713328d82b24ccb47382d5e71479b45f1.tar.bz2
portage-e937976713328d82b24ccb47382d5e71479b45f1.zip
Fix typo in error description
svn path=/main/trunk/; revision=2584
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 c0d99b181..3b396f438 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -97,7 +97,7 @@ qahelp={
"file.size":"Files in the files directory must be under 20k",
"file.name":"File/dir name must be composed of only the following chars: %s " % allowed_filename_chars,
"file.UTF8":"File is not UTF8 compliant",
- "KEYWORDS.missing":"Ebuilds that have a missing or emtpy KEYWORDS variable",
+ "KEYWORDS.missing":"Ebuilds that have a missing or empty KEYWORDS variable",
"KEYWORDS.stupid":"Ebuilds that use KEYWORDS=-* instead of package.mask",
"LICENSE.missing":"Ebuilds that have a missing or empty LICENSE variable",
"DESCRIPTION.missing":"Ebuilds that have a missing or empty DESCRIPTION variable",