[Groonga-commit] droonga/droonga-http-server at b8ba734 [master] Fix typo

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Thu Sep 18 20:08:58 JST 2014


YUKI Hiroshi	2014-09-18 20:08:58 +0900 (Thu, 18 Sep 2014)

  New Revision: b8ba7340e8a21f46d4cf8cd8ca431106166919da
  https://github.com/droonga/droonga-http-server/commit/b8ba7340e8a21f46d4cf8cd8ca431106166919da

  Message:
    Fix typo

  Modified files:
    lib/default-configs.js
    sample/droonga-http-server.yaml

  Modified: lib/default-configs.js (+1 -1)
===================================================================
--- lib/default-configs.js    2014-09-18 19:49:33 +0900 (a470c0a)
+++ lib/default-configs.js    2014-09-18 20:08:58 +0900 (0cf3a39)
@@ -79,7 +79,7 @@ define(configs, 'engine.host',            engineConfigs.host);
 define(configs, 'engine.port',            engineConfigs.port);
 define(configs, 'engine.tag',             engineConfigs.tag);
 define(configs, 'engine.default_dataset', 'Default');
-// We can use the host name of the droogna-engine as the receiver host
+// We can use the host name of the droonga-engine as the receiver host
 // of the http server, because this computer works as a droonga-engine
 // node and it is guaranteed that this computer can be accessed with
 // the host name.

  Modified: sample/droonga-http-server.yaml (+1 -1)
===================================================================
--- sample/droonga-http-server.yaml    2014-09-18 19:49:33 +0900 (1dcecfb)
+++ sample/droonga-http-server.yaml    2014-09-18 20:08:58 +0900 (c611d4d)
@@ -1,5 +1,5 @@
 port:               10041
-access_log_file:    droogna-http-server.access.log
+access_log_file:    droonga-http-server.access.log
 system_log_file:    droonga-http-server.system.log
 cache_size:         100
 enable_trust_proxy: false
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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