diff options
author | foobar <sniper@php.net> | 2005-12-30 05:39:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-30 05:39:38 +0000 |
commit | 2b1085d103ecb64af52ac2b5ddf17b89a4ac229f (patch) | |
tree | 1cd9ff5aa1cb55f64647f603cb28ab0a8eeaa8c1 | |
parent | 3afdc2e49020a3ec46e3c101fb6fede3a7f7c189 (diff) | |
download | php-git-2b1085d103ecb64af52ac2b5ddf17b89a4ac229f.tar.gz |
fix typo
-rw-r--r-- | main/SAPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 1b78a5bec2..3fab20e5ea 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -597,7 +597,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) continue; } efree(header_line); - sapi_module.sapi_error(E_WARNING, "Header may not contain more then a single header, new line detected."); + sapi_module.sapi_error(E_WARNING, "Header may not contain more than a single header, new line detected."); return FAILURE; } } |