From 984e58894db1ffa05edb36591a37bcd5505b09ce Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Sun, 8 Dec 2002 19:38:27 +0000 Subject: MFH those punctuation fixes --- sapi/milter/php_milter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sapi/milter/php_milter.c b/sapi/milter/php_milter.c index da91202800..68a8eb6f9e 100644 --- a/sapi/milter/php_milter.c +++ b/sapi/milter/php_milter.c @@ -65,9 +65,9 @@ #define OPTSTRING "ac:d:Def:hnp:vVz:?" -#define IS_NONE "%s(): This function must not be called outside of a milter callback functions scope" -#define NOT_EOM "%s(): This function can only be used inside the milter_eom callbacks scope" -#define NOT_INIT "%s(): This function can only be used inside the milter_init callbacks scope" +#define IS_NONE "%s(): This function must not be called outside of a milter callback function's scope" +#define NOT_EOM "%s(): This function can only be used inside the milter_eom callback's scope" +#define NOT_INIT "%s(): This function can only be used inside the milter_init callback's scope" /* {{{ globals */ -- cgit v1.2.1