[Groonga-commit] groonga/groonga at ce022e2 [master] Fix a typo

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Sep 4 16:29:32 JST 2013


Kouhei Sutou	2013-09-04 16:29:32 +0900 (Wed, 04 Sep 2013)

  New Revision: ce022e227c3620d3d720a68c772aea8ab2cb7f5f
  https://github.com/groonga/groonga/commit/ce022e227c3620d3d720a68c772aea8ab2cb7f5f

  Message:
    Fix a typo
    
    request d ->
    requested
           ^

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

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+1 -1)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2013-08-29 23:14:13 +0900 (5e7d753)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2013-09-04 16:29:32 +0900 (bbcd695)
@@ -302,7 +302,7 @@ ngx_http_groonga_extract_command_path(ngx_http_request_t *r,
   if (location_conf->base_path.len > 0) {
     if (command_path->len < location_conf->base_path.len) {
       ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
-                    "requestd URI is shorter than groonga_base_path: "
+                    "requested URI is shorter than groonga_base_path: "
                     "URI: <%V>, groonga_base_path: <%V>",
                     &(r->unparsed_uri), &(location_conf->base_path));
     } else if (strncmp((const char *)command_path->data,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る