diff options
-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 3efa4c7..d38c3ba 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -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 { |