]> granicus.if.org Git - php/commitdiff
fix typo
authorfoobar <sniper@php.net>
Fri, 30 Dec 2005 05:39:38 +0000 (05:39 +0000)
committerfoobar <sniper@php.net>
Fri, 30 Dec 2005 05:39:38 +0000 (05:39 +0000)
main/SAPI.c

index 1b78a5bec2b7fcafdc1d03f6c40a412b8beb4da9..3fab20e5ea106f5f142295ac2531fa1e8ca90b8e 100644 (file)
@@ -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;
                }
        }