[exim-cvs] cvs commit: exim/exim-src/src verify.c

Góra strony
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src verify.c
ph10 2005/01/12 14:47:42 GMT

  Modified files:
    exim-src/src         verify.c 
  Log:
  Fixed typo in comment ("is" for "it").


  Revision  Changes    Path
  1.11      +1 -1      exim/exim-src/src/verify.c


  Index: verify.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/verify.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- verify.c    11 Jan 2005 15:51:02 -0000    1.10
  +++ verify.c    12 Jan 2005 14:47:42 -0000    1.11
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/verify.c,v 1.10 2005/01/11 15:51:02 ph10 Exp $ */
  +/* $Cambridge: exim/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 @@
               }
             }


  -        /* 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. */