[Groonga-commit] droonga/droonga-engine at 639e2ec [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 16:49:16 JST 2015


YUKI Hiroshi	2015-04-21 16:49:16 +0900 (Tue, 21 Apr 2015)

  New Revision: 639e2ec7006e28018f831144c06f7f7c89fe9b78
  https://github.com/droonga/droonga-engine/commit/639e2ec7006e28018f831144c06f7f7c89fe9b78

  Message:
    Fix typo
    
    RemteoCommand =>
    RemoteCommand
       ^^^

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+8 -8)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2015-04-21 16:45:50 +0900 (95cca6f)
+++ lib/droonga/command/serf_event_handler.rb    2015-04-21 16:49:16 +0900 (4017626)
@@ -72,7 +72,7 @@ module Droonga
           @payload = JSON.parse($stdin.gets)
           detect_command_class_from_custom_event(ENV["SERF_QUERY_NAME"])
         when "member-join", "member-leave", "member-update", "member-reap"
-          Serf::RemtoeCommand::UpdateClusterState
+          Serf::RemoteCommand::UpdateClusterState
         else
           nil
         end
@@ -81,19 +81,19 @@ module Droonga
       def detect_command_class_from_custom_event(event_name)
         case event_name
         when "change_role"
-          Serf::RemtoeCommand::ChangeRole
+          Serf::RemoteCommand::ChangeRole
         when "accept_messages_newer_than"
-          Serf::RemtoeCommand::AcceptMessagesNewerThan
+          Serf::RemoteCommand::AcceptMessagesNewerThan
         when "join"
-          Serf::RemtoeCommand::Join
+          Serf::RemoteCommand::Join
         when "unjoin"
-          Serf::RemtoeCommand::Unjoin
+          Serf::RemoteCommand::Unjoin
         when "set_replicas"
-          Serf::RemtoeCommand::SetReplicas
+          Serf::RemoteCommand::SetReplicas
         when "add_replicas"
-          Serf::RemtoeCommand::AddReplicas
+          Serf::RemoteCommand::AddReplicas
         when "remove_replicas"
-          Serf::RemtoeCommand::RemoveReplicas
+          Serf::RemoteCommand::RemoveReplicas
         else
           nil
         end
-------------- next part --------------
HTML����������������������������...
Descargar 



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