Fix a typo in an error message for ${extract reported by
authorTony Finch <dot@dot.at>
Mon, 13 Jun 2005 13:37:39 +0000 (13:37 +0000)
committerTony Finch <dot@dot.at>
Mon, 13 Jun 2005 13:37:39 +0000 (13:37 +0000)
Jeremy Harris <jgh@wizmail.org> in exim-users Message-ID:
<42AC48EB.90406@wizmail.org>

doc/doc-txt/ChangeLog
src/src/expand.c

index e7951b33d422cb53da6f9c6452a7837c25657954..1a6cbe432e99662afd308703007f35c49976c665 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.152 2005/06/10 19:27:05 fanf2 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.153 2005/06/13 13:37:39 fanf2 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -108,6 +108,9 @@ PH/11 Upgraded appendfile so that quotas larger than 2G are now supported.
 TK/08 Apply fix provided by Michael Haardt to prevent deadlock in case of
       spamd dying while we are connected to it.
 
+TF/05 Fixed a ${extract error message typo reported by Jeremy Harris
+      <jgh@wizmail.org>
+
 
 Exim version 4.51
 -----------------
index b19e64f5e2d301d46c3712ae340b3bf7c3318994..0ae3259467629b54b937904a238e5adff45f357e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/expand.c,v 1.24 2005/06/07 15:20:56 ph10 Exp $ */
+/* $Cambridge: exim/src/src/expand.c,v 1.25 2005/06/13 13:37:39 fanf2 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -3804,8 +3804,8 @@ while (*s != 0)
 
             if (*p == 0)
               {
-              expand_string_message = US"first argument of \"expand\" must not "
-                "be empty";
+              expand_string_message = US"first argument of \"extract\" must "
+                "not be empty";
               goto EXPAND_FAILED;
               }