[Groonga-commit] groonga/groonga [master] httpd: fix a typo

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 25日 (水) 17:53:25 JST


Kouhei Sutou	2012-07-25 17:53:25 +0900 (Wed, 25 Jul 2012)

  New Revision: 4ca87cad44cffaa453cd85a79cfdcf131200cb81
  https://github.com/groonga/groonga/commit/4ca87cad44cffaa453cd85a79cfdcf131200cb81

  Log:
    httpd: fix a typo
    
    response ->
    respond

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+1 -1)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-07-25 17:41:33 +0900 (020b48f)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-07-25 17:53:25 +0900 (30f1520)
@@ -323,7 +323,7 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
   ngx_int_t rc;
   ngx_http_groonga_handler_data_t *data;
 
-  /* we response to 'GET' and 'HEAD' requests only */
+  /* we respond to 'GET' and 'HEAD' requests only */
   if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
     return NGX_HTTP_NOT_ALLOWED;
   }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index