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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 27 17:44:16 JST 2015


Kouhei Sutou	2015-07-27 17:44:16 +0900 (Mon, 27 Jul 2015)

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

  Message:
    Fix a typo

  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    2015-07-27 17:43:57 +0900 (fc47a08)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2015-07-27 17:44:16 +0900 (9bd8ab2)
@@ -1184,7 +1184,7 @@ ngx_http_groonga_conf_set_log_level_slot(ngx_conf_t *cf, ngx_command_t *cmd,
     groonga_location_conf->log_level = GRN_LOG_DUMP;
   } else {
     status = "must be one of 'none', 'emergency', 'alert', "
-      "'ciritical', 'error', 'warning', 'notice', 'info', 'debug' and 'dump'";
+      "'critical', 'error', 'warning', 'notice', 'info', 'debug' and 'dump'";
   }
   ngx_pfree(cf->cycle->pool, value);
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index