summaryrefslogtreecommitdiff
path: root/libargp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-07 13:14:51 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-07 13:14:51 +0000
commitaaa222bbc4368755bc3e88fee1cf006613f7afe9 (patch)
treef5527618d324808fe29a6f8ad255cfdabdc88fe8 /libargp
parent4c557fff665f63d4a2469306cc6dec54df84b33d (diff)
downloadmailutils-aaa222bbc4368755bc3e88fee1cf006613f7afe9.tar.gz
mailutils-aaa222bbc4368755bc3e88fee1cf006613f7afe9.tar.bz2
Fix translatable strings.
Diffstat (limited to 'libargp')
-rw-r--r--libargp/sieve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libargp/sieve.c b/libargp/sieve.c
index fa1b94ed1..365de14e7 100644
--- a/libargp/sieve.c
+++ b/libargp/sieve.c
@@ -36,7 +36,7 @@ static struct argp_option sieve_argp_option[] = {
{ "clear-include-path", OPT_CLEAR_INCLUDE_PATH, NULL, 0,
N_("Clear Sieve include path"), 0 },
{ "clear-library-path", OPT_CLEAR_LIBRARY_PATH, NULL, 0,
- N_("Clear Sieve lobrary path"), 0 },
+ N_("Clear Sieve library path"), 0 },
{ "clearpath", 0, NULL, OPTION_ALIAS, NULL },
{ NULL, 0, NULL, 0, NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.