diff options
author | Jille Timmermans <jille@quis.cx> | 2012-05-29 15:44:04 +0200 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-05-30 14:42:39 +0800 |
commit | a331f43f8cc8f2b9c23ddee95632b765e2e440e5 (patch) | |
tree | d042b1cc86a29ebb8c305122b07f8d3d6d23d749 /ext/standard/proc_open.c | |
parent | aab49e934de1fff046e659cbec46e3d053b41c34 (diff) | |
download | php-git-a331f43f8cc8f2b9c23ddee95632b765e2e440e5.tar.gz |
Typofix in comment in proc_open.c
Diffstat (limited to 'ext/standard/proc_open.c')
-rw-r--r-- | ext/standard/proc_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 98288e4d22..db63a67b77 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 |