diff options
author | Harald Radi <phanto@php.net> | 2002-12-08 19:38:27 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-12-08 19:38:27 +0000 |
commit | 984e58894db1ffa05edb36591a37bcd5505b09ce (patch) | |
tree | adcbb22551823e753aed6d520adedc5bf9793863 /sapi/milter/php_milter.c | |
parent | b32eb3d5d933696feb01ec48cd244eb95bdd9b80 (diff) | |
download | php-git-experimental/threaded.tar.gz |
MFH those punctuation fixesexperimental/threaded
Diffstat (limited to 'sapi/milter/php_milter.c')
-rw-r--r-- | sapi/milter/php_milter.c | 6 |
1 files 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 */ |