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

Back to archive index

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


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

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

  Message:
    Fix typo

  Modified files:
    lib/server-options.js

  Modified: lib/server-options.js (+1 -1)
===================================================================
--- lib/server-options.js    2014-09-18 18:22:10 +0900 (58d073d)
+++ lib/server-options.js    2014-09-18 18:58:17 +0900 (1045945)
@@ -60,7 +60,7 @@ function define() {
         'It must be resolvable by Droonga engine. ' +
         '(' + options.receiverHostName + ')',
       generateOptionHandler(function() {
-        options.receiveHostNameGiven = true;
+        options.receiverHostNameGiven = true;
       }));
   add('--droonga-engine-host-name <name>',
       'Host name of Droonga engine (' + options.droongaEngineHostName + ')',
-------------- next part --------------
HTML����������������������������...
Download 



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