From: idl0r Date: Wed, 6 May 2009 21:36:57 +0000 (-0000) Subject: Typo fixed. X-Git-Tag: gentoolkit-dev-0.2.6.11^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d097146b3c0cce29e1bbf916340f491981da6e47;p=gentoolkit.git Typo fixed. svn path=/trunk/gentoolkit-dev/; revision=615 --- diff --git a/src/imlate/imlate b/src/imlate/imlate index 8b8d159..0e945c7 100755 --- a/src/imlate/imlate +++ b/src/imlate/imlate @@ -292,7 +292,7 @@ def main(): parser.add_option( "-C", "--category", "--categories", dest = "categories", action = "store", default = None, metavar = "CATEGORIES", - help = "just check in the specified category/categories (comma seperated) [default: %default]") + help = "just check in the specified category/categories (comma separated) [default: %default]") ( options, args ) = parser.parse_args() diff --git a/src/imlate/imlate.1 b/src/imlate/imlate.1 index 9e828ae..7888f0a 100644 --- a/src/imlate/imlate.1 +++ b/src/imlate/imlate.1 @@ -34,7 +34,7 @@ just show keyword candidates (e.g. \-s and \-k is the default result) [default: enables experimental functions/features (have a look for # EXPERIMENTAL comments in the source) [default: False] .TP .B \-C CATEGORIES, \-\-category=CATEGORIES, \-\-categories=CATEGORIES -just check in the specified category/categories (comma seperated) [default: none] +just check in the specified category/categories (comma separated) [default: none] .SH "AUTHORS" .LP Christian Ruppert