phanto          Sun Dec  8 14:38:28 2002 EDT

  Modified files:              (Branch: THREADED)
    /php4/sapi/milter   php_milter.c 
  Log:
  MFH those punctuation fixes
  
  
Index: php4/sapi/milter/php_milter.c
diff -u php4/sapi/milter/php_milter.c:1.7.2.1 php4/sapi/milter/php_milter.c:1.7.2.2
--- php4/sapi/milter/php_milter.c:1.7.2.1       Sun Dec  8 14:04:33 2002
+++ php4/sapi/milter/php_milter.c       Sun Dec  8 14:38:27 2002
@@ -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
  */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to