]> granicus.if.org Git - php/commitdiff
typo
authorfoobar <sniper@php.net>
Mon, 20 Jun 2005 11:10:11 +0000 (11:10 +0000)
committerfoobar <sniper@php.net>
Mon, 20 Jun 2005 11:10:11 +0000 (11:10 +0000)
ext/standard/proc_open.c

index 3efa4c775e649862816608a8291e76f6c5d21475..d38c3ba7cac917690345bf388cf0a44abe6bae2c 100644 (file)
@@ -697,7 +697,7 @@ PHP_FUNCTION(proc_open)
                                descriptors[ndesc].parentend = dup(dev_ptmx);
                                descriptors[ndesc].mode_flags = O_RDWR;
 #else
-                               php_error_docref(NULL TSRMLS_CC, E_WARNING, "pty pseudo terminal is not support on this system");
+                               php_error_docref(NULL TSRMLS_CC, E_WARNING, "pty pseudo terminal not supported on this system");
                                goto exit_fail;
 #endif
                        } else {