diff options
author | Jon Parise <jon@php.net> | 2002-12-02 00:21:15 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2002-12-02 00:21:15 +0000 |
commit | 6be496f44eed530e2ad7190fca6c0f9a6d61f21c (patch) | |
tree | 3db7446eeda45356d9c0ad6e34ac81105c2cd765 /sapi/milter | |
parent | 065104b8fea6f08e1725f47ebdc17cec6713b637 (diff) | |
download | php-git-6be496f44eed530e2ad7190fca6c0f9a6d61f21c.tar.gz |
Correct the punctuation of these error messages.
Diffstat (limited to 'sapi/milter')
-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 dbff1e47fb..162ebb4126 100644 --- a/sapi/milter/php_milter.c +++ b/sapi/milter/php_milter.c @@ -66,9 +66,9 @@ #define OPTSTRING "ac:d:Def:hnp:vVz:?" #define MG(v) TSRMG(milter_globals_id, zend_milter_globals *, v) -#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" #define MLFI_NONE 0 #define MLFI_CONNECT 1 |