We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32eb3d commit 984e588Copy full SHA for 984e588
sapi/milter/php_milter.c
@@ -65,9 +65,9 @@
65
66
#define OPTSTRING "ac:d:Def:hnp:vVz:?"
67
68
-#define IS_NONE "%s(): This function must not be called outside of a milter callback functions scope"
69
-#define NOT_EOM "%s(): This function can only be used inside the milter_eom callbacks scope"
70
-#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"
71
72
/* {{{ globals
73
*/
0 commit comments