diff options
author | foobar <sniper@php.net> | 2005-12-30 05:40:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-30 05:40:43 +0000 |
commit | c5b9552891d0cb379176cf77f2a35beba73f2edb (patch) | |
tree | d395666ee2250f5e8516729ece142c5531fd3d54 | |
parent | b0ccd89450dc4fd64f6e28901de46c315c356b3d (diff) | |
download | php-git-c5b9552891d0cb379176cf77f2a35beba73f2edb.tar.gz |
MFH: typofix
-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 6c3733ae55..061d352a88 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -575,7 +575,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; } } |