X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fspam.c;h=ac25a881fb7679db1a425f8485bf5898bdaa0086;hb=4c04137d73637107669e02b21f890387aaa2ef34;hp=93c0a540d732e447103a6c3e658b8ed449fada0e;hpb=5dc309a45b3f266afbe1b8ccc9a066b0f76650a3;p=exim.git diff --git a/src/src/spam.c b/src/src/spam.c index 93c0a540d..ac25a881f 100644 --- a/src/src/spam.c +++ b/src/src/spam.c @@ -414,12 +414,12 @@ if (wrote == -1) } /* now send the file */ -/* spamd sometimes accepts conections but doesn't read data off +/* spamd sometimes accepts connections but doesn't read data off * the connection. We make the file descriptor non-blocking so * that the write will only write sufficient data without blocking - * and we poll the desciptor to make sure that we can write without + * and we poll the descriptor to make sure that we can write without * blocking. Short writes are gracefully handled and if the whole - * trasaction takes too long it is aborted. + * transaction takes too long it is aborted. * Note: poll() is not supported in OSX 10.2 and is reported to be * broken in more recent versions (up to 10.4). */