summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTony Finch <dot@dot.at>2005-06-13 13:37:39 +0000
committerTony Finch <dot@dot.at>2005-06-13 13:37:39 +0000
commit554d236920c08cb957844f9431230e9e864bd539 (patch)
treecf1b2c07e6b9aaba152d4ddf78cc7af92037fd7a /src
parentfe0dab1189fa5050480bcc5f07df41c449aa92bf (diff)
Fix a typo in an error message for ${extract reported by
Jeremy Harris <jgh@wizmail.org> in exim-users Message-ID: <42AC48EB.90406@wizmail.org>
Diffstat (limited to 'src')
-rw-r--r--src/src/expand.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/expand.c b/src/src/expand.c
index b19e64f5e..0ae325946 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -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;
}