From: Philip Hazel Date: Wed, 12 Jan 2005 14:47:42 +0000 (+0000) Subject: Fixed typo in comment ("is" for "it"). X-Git-Tag: exim-4_50~35 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=2f6603e10b49b7fe0f23d1e810f5b43b5ddae3e8 Fixed typo in comment ("is" for "it"). --- diff --git a/src/src/verify.c b/src/src/verify.c index 591c6c03d..a673c8c19 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/verify.c,v 1.10 2005/01/11 15:51:02 ph10 Exp $ */ +/* $Cambridge: exim/src/src/verify.c,v 1.11 2005/01/12 14:47:42 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -1555,7 +1555,7 @@ for (i = 0; i < 3; i++) } } - /* Else go ahead with the sender verification. But is isn't *the* + /* Else go ahead with the sender verification. But it isn't *the* sender of the message, so set vopt_fake_sender to stop sender_address being replaced after rewriting or qualification. */