1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

MFH those punctuation fixes

This commit is contained in:
Harald Radi
2002-12-08 19:38:27 +00:00
parent b32eb3d5d9
commit 984e58894d
+3 -3
View File
@@ -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
*/