X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_method_api.c;h=595a1de5bfb7e39b01e93eb8d8e1447ee1826fb0;hp=a2197c6425324305a4bfb6b15c10d14b48bb2048;hb=c0cc1b8be318ca09e272a84b1cf7f589ad166773;hpb=100b5ff381fe93e7ac4d7b0ea68f9b7256615e68 diff --git a/http_request_method_api.c b/http_request_method_api.c index a2197c6..595a1de 100644 --- a/http_request_method_api.c +++ b/http_request_method_api.c @@ -35,7 +35,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http); /* {{{ char *http_request_methods[] */ static const char *const http_request_methods[] = { - "UNKOWN", + "UNKNOWN", /* HTTP/1.1 */ "GET", "HEAD",