summaryrefslogtreecommitdiff
path: root/sapi/milter/php_milter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/milter/php_milter.c')
-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
*/