diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-07-17 15:37:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-07-17 15:37:26 +0000 |
commit | a3a6f63065cadaf4a0c57b1c6c65799db55ead84 (patch) | |
tree | e5555832e87c1ff8aa8c6f6144a2ef41c79ef9e3 /transact.c | |
parent | 8da5e6cadb5e9e822ad707109cbfbdf5f0795e8e (diff) | |
download | fetchmail-a3a6f63065cadaf4a0c57b1c6c65799db55ead84.tar.gz fetchmail-a3a6f63065cadaf4a0c57b1c6c65799db55ead84.tar.bz2 fetchmail-a3a6f63065cadaf4a0c57b1c6c65799db55ead84.zip |
Typo fixes.
svn path=/trunk/; revision=3821
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, '!'))) |