summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-15 09:31:13 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-15 09:31:13 +0000
commitbc60667eb5b62a4d70806a02b8fb745a054a396e (patch)
treea8462ae4863b7c074f73f05c5cc670ce97f36b81 /src
parentc443ea82d7eb91a4b143bf7b9f60454398e7f4e5 (diff)
Error message wording change in sieve.c.
Diffstat (limited to 'src')
-rw-r--r--src/src/sieve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/sieve.c b/src/src/sieve.c
index 629c73b3f..8e11af557 100644
--- a/src/src/sieve.c
+++ b/src/src/sieve.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/sieve.c,v 1.3 2004/12/21 09:40:01 ph10 Exp $ */
+/* $Cambridge: exim/src/src/sieve.c,v 1.4 2005/02/15 09:31:13 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -2102,7 +2102,7 @@ if (*filter->pc=='{')
}
else
{
- filter->errmsg=CUS "missing closing brace";
+ filter->errmsg=CUS "expecting command or closing brace";
return -1;
}
}