aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 21:30:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 21:30:35 +0000
commitb260977d76c1a2796a5e718eb177de78c3c95ba7 (patch)
treeb875a0270f0582d272a1c73e05e5439fc558d90a /src
parent8642afa8375d81529b545452ced37540fb0664d0 (diff)
downloadmailfromd-b260977d76c1a2796a5e718eb177de78c3c95ba7.tar.gz
mailfromd-b260977d76c1a2796a5e718eb177de78c3c95ba7.tar.bz2
Fix typo
git-svn-id: file:///svnroot/mailfromd/trunk@1434 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cdb7737c..fa6e3d54 100644
--- a/src/main.c
+++ b/src/main.c
@@ -956,7 +956,7 @@ static struct argp_option options[] = {
{ "dump-grammar-trace", OPTION_DUMP_GRAMMAR_TRACE, NULL, 0,
N_("Dump grammar traces"), GRP+1 },
{ "dump-lex-trace", OPTION_DUMP_LEX_TRACE, NULL, 0,
- N_("Dump lexical analizer traces"), GRP+1 },
+ N_("Dump lexical analyzer traces"), GRP+1 },
{ "dump-tree", OPTION_DUMP_TREE, NULL, 0,
N_("Dump parser tree"), GRP+1 },
{ "dump-macros", OPTION_DUMP_MACROS, NULL, 0,

Return to:

Send suggestions and report system problems to the System administrator.