]> granicus.if.org Git - php/commitdiff
Correct the punctuation of these error messages.
authorJon Parise <jon@php.net>
Mon, 2 Dec 2002 00:21:15 +0000 (00:21 +0000)
committerJon Parise <jon@php.net>
Mon, 2 Dec 2002 00:21:15 +0000 (00:21 +0000)
sapi/milter/php_milter.c

index dbff1e47fbaf2f6d7eea87d7b70c437bfb1d89bd..162ebb4126e63da8ddc548a1d690aedb5ec88541 100644 (file)
@@ -66,9 +66,9 @@
 #define OPTSTRING "ac:d:Def:hnp:vVz:?"
 #define MG(v)  TSRMG(milter_globals_id, zend_milter_globals *, v)
 
-#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"
 
 #define MLFI_NONE              0
 #define MLFI_CONNECT   1