Commit 29c8fa53 29c8fa5307ac8424cd1c3a75ffe7858531ac0e62 by Sergey Poznyakoff

(options): Fixed spelling in the help line.

1 parent 65024927
...@@ -69,7 +69,7 @@ static struct argp_option options[] = ...@@ -69,7 +69,7 @@ static struct argp_option options[] =
69 "Compile script and exit", 0}, 69 "Compile script and exit", 0},
70 70
71 {"dump", 'D', 0, 0, 71 {"dump", 'D', 0, 0,
72 "Compile script, dump disasembled sieve code on terminal and exit", 0 }, 72 "Compile script, dump disassembled sieve code to terminal and exit", 0 },
73 73
74 {"mbox-url", 'f', "MBOX", 0, 74 {"mbox-url", 'f', "MBOX", 0,
75 "Mailbox to sieve (defaults to user's mail spool)", 0}, 75 "Mailbox to sieve (defaults to user's mail spool)", 0},
......