diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-12 14:47:42 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-12 14:47:42 +0000 |
commit | 2f6603e10b49b7fe0f23d1e810f5b43b5ddae3e8 (patch) | |
tree | 3f0eee28eec61192fc39f3f96e0457ef921fb09c | |
parent | dc08244915d761836957db9d4fa491e48d212d81 (diff) |
Fixed typo in comment ("is" for "it").
-rw-r--r-- | src/src/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |