From a3a6f63065cadaf4a0c57b1c6c65799db55ead84 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Jul 2003 15:37:26 +0000 Subject: Typo fixes. svn path=/trunk/; revision=3821 --- transact.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 0b16e5c2..0d6151fe 100644 --- a/transact.c +++ b/transact.c @@ -746,10 +746,10 @@ int readheaders(int sock, * human user or a computer program) rather than a standard * address." That implies that the contents of the Sender * field don't need to be a legal email address at all So - * ignore any Sender or Resent-Semnder lines unless they + * ignore any Sender or Resent-Sender lines unless they * contain @. * - * (RFC2822 says the condents of Sender must be a valid mailbox + * (RFC2822 says the contents of Sender must be a valid mailbox * address, which is also what RFC822 4.4.4 implies.) */ else if (!strncasecmp("Sender:", line, 7) && (strchr(line, '@') || strchr(line, '!'))) -- cgit v1.2.3