]> granicus.if.org Git - php/commitdiff
MFH: typofix
authorfoobar <sniper@php.net>
Fri, 30 Dec 2005 05:40:43 +0000 (05:40 +0000)
committerfoobar <sniper@php.net>
Fri, 30 Dec 2005 05:40:43 +0000 (05:40 +0000)
main/SAPI.c

index 6c3733ae559e7f49e8cc5b07edda298c86c08185..061d352a88b93e4fc821737f1f679db4b872d651 100644 (file)
@@ -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;
                }
        }