Fix typo in error description
authorMarius Mauch <genone@gentoo.org>
Wed, 25 Jan 2006 11:39:50 +0000 (11:39 -0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 25 Jan 2006 11:39:50 +0000 (11:39 -0000)
svn path=/main/trunk/; revision=2584

bin/repoman

index c0d99b18114c9d6c7ae1a3eccbab58d396819177..3b396f4388d6036ec89e810b4a5f2291b4c4addd 100755 (executable)
@@ -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",