Typo fixed.
authoridl0r <idl0r@gentoo.org>
Wed, 6 May 2009 21:36:57 +0000 (21:36 -0000)
committeridl0r <idl0r@gentoo.org>
Wed, 6 May 2009 21:36:57 +0000 (21:36 -0000)
svn path=/trunk/gentoolkit-dev/; revision=615

src/imlate/imlate
src/imlate/imlate.1

index 8b8d1591a0a30029a5237adabe2dad8d6f444c1c..0e945c77d8ac53f18ee3a1104199b4e469849d57 100755 (executable)
@@ -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()
 
index 9e828ae9f6c7f041f061e22b8615b730bbffff04..7888f0aa3d268be27b7f1a623ca3503747252af7 100644 (file)
@@ -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 <idl0r@gentoo.org>