summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-12-08 19:38:27 +0000
committerHarald Radi <phanto@php.net>2002-12-08 19:38:27 +0000
commit984e58894db1ffa05edb36591a37bcd5505b09ce (patch)
treeadcbb22551823e753aed6d520adedc5bf9793863
parentb32eb3d5d933696feb01ec48cd244eb95bdd9b80 (diff)
downloadphp-git-experimental/threaded.tar.gz
MFH those punctuation fixesexperimental/threaded
-rw-r--r--sapi/milter/php_milter.c6
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
*/