Commit 33825193 33825193d58de51f0d9fbe261180159d1f623d8f by Alain Magloire

Typo corrected.

1 parent 5c012a0e
2001-05-03 Sam Roberts
* mail/mail.c: Typo
2001-05-03 Alain Magloire
* argp/argp-help.c (hol_entry_help): Some compiler like Watcomm
......
......@@ -42,7 +42,7 @@ static struct argp_option options[] = {
{"quit", 'q', 0, 0, "Cause interrupts to terminate program"},
{"read", 'r', 0, 0, "Same as -p"},
{"subject", 's', "SUBJ", 0, "Send a message with a Subject of SUBJ"},
{"to", 't', 0, 0, "Preced message by a list of addresses"},
{"to", 't', 0, 0, "Precede message by a list of addresses"},
{"user", 'u', "USER", 0, "Operate on USER's mailbox"},
{ 0 }
};
......