Skip to content

Commit 984e588

Browse files
author
Harald Radi
committed
MFH those punctuation fixes
1 parent b32eb3d commit 984e588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sapi/milter/php_milter.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565

6666
#define OPTSTRING "ac:d:Def:hnp:vVz:?"
6767

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"
68+
#define IS_NONE "%s(): This function must not be called outside of a milter callback function's scope"
69+
#define NOT_EOM "%s(): This function can only be used inside the milter_eom callback's scope"
70+
#define NOT_INIT "%s(): This function can only be used inside the milter_init callback's scope"
7171

7272
/* {{{ globals
7373
*/

0 commit comments

Comments
 (0)