From: Marius Mauch Date: Wed, 25 Jan 2006 11:39:50 +0000 (-0000) Subject: Fix typo in error description X-Git-Tag: v2.1_pre4~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e937976713328d82b24ccb47382d5e71479b45f1;p=portage.git Fix typo in error description svn path=/main/trunk/; revision=2584 --- 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",