[Groonga-commit] droonga/express-droonga at de874be [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 20:33:11 JST 2014


YUKI Hiroshi	2014-11-30 20:33:11 +0900 (Sun, 30 Nov 2014)

  New Revision: de874be8a08920d4c0f2f073b87e6dde8bab48e3
  https://github.com/droonga/express-droonga/commit/de874be8a08920d4c0f2f073b87e6dde8bab48e3

  Message:
    Fix typo

  Modified files:
    lib/serf/client.js

  Modified: lib/serf/client.js (+2 -2)
===================================================================
--- lib/serf/client.js    2014-11-30 20:27:06 +0900 (96d5c99)
+++ lib/serf/client.js    2014-11-30 20:33:11 +0900 (bad166e)
@@ -91,14 +91,14 @@ Client.prototype = {
         if ((member.HostName &&
              priorityHostsMatcher.test(member.HostName)) ||
             priorityHostsMatcher.test(String(member.Addr)))
-          clsuterIds.priority = member.Tags.cluster_id;
+          clusterIds.priority = member.Tags.cluster_id;
 
         return matched &&
                  matched[2] == this._droongaEnginePort &&
                  matched[3] == this._droongaTag &&
                  member.Status == 'alive';
       }, this);
-      var clusterId = clsuterIds.priority || clusterIds.sameHost;
+      var clusterId = clusterIds.priority || clusterIds.sameHost;
       if (clusterId)
         liveEngineNodes = liveEngineNodes.filter(function(member) {
           return member.Tags.cluster_id == clusterId;
-------------- next part --------------
HTML����������������������������...
Download 



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