Commit:    a331f43f8cc8f2b9c23ddee95632b765e2e440e5
Author:    Jille Timmermans <ji...@quis.cx>         Tue, 29 May 2012 15:44:04 
+0200
Committer: Xinchen Hui <larue...@php.net>      Wed, 30 May 2012 14:42:39 +0800
Parents:   aab49e934de1fff046e659cbec46e3d053b41c34
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a331f43f8cc8f2b9c23ddee95632b765e2e440e5

Log:
Typofix in comment in proc_open.c

Changed paths:
  M  ext/standard/proc_open.c


Diff:
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c
index 98288e4..db63a67 100644
--- a/ext/standard/proc_open.c
+++ b/ext/standard/proc_open.c
@@ -57,7 +57,7 @@
 
 /* This symbol is defined in ext/standard/config.m4.
  * Essentially, it is set if you HAVE_FORK || PHP_WIN32
- * Otherplatforms may modify that configure check and add suitable #ifdefs
+ * Other platforms may modify that configure check and add suitable #ifdefs
  * around the alternate code.
  * */
 #ifdef PHP_CAN_SUPPORT_PROC_OPEN


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

Reply via email to