aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoridl0r <idl0r@gentoo.org>2009-05-06 21:39:00 +0000
committeridl0r <idl0r@gentoo.org>2009-05-06 21:39:00 +0000
commit01d6aed9cbcd2fa92bd6cb72a4f254105db4691f (patch)
treec70cbac5f5734690ebbe90a3a8b6c130f86a7aa2
parentDon't remove test dir. (diff)
parentTypo fixed. (diff)
downloadgentoolkit-01d6aed9cbcd2fa92bd6cb72a4f254105db4691f.tar.gz
gentoolkit-01d6aed9cbcd2fa92bd6cb72a4f254105db4691f.tar.bz2
gentoolkit-01d6aed9cbcd2fa92bd6cb72a4f254105db4691f.zip
Tagging the gentoolkit-dev-0.2.6.11 releasegentoolkit-dev-0.2.6.11
svn path=/tags/gentoolkit-dev-0.2.6.11/; revision=616
-rwxr-xr-xsrc/imlate/imlate2
-rw-r--r--src/imlate/imlate.12
2 files changed, 2 insertions, 2 deletions
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 <idl0r@gentoo.org>