[Groonga-commit] droonga/fluent-plugin-droonga at a866ac7 [master] Fix typos on variable name

Back to archive index

Yoji Shidara null+****@clear*****
Mon Dec 9 17:29:56 JST 2013


Yoji Shidara	2013-12-09 17:29:56 +0900 (Mon, 09 Dec 2013)

  New Revision: a866ac7d3ddff1e4a14286678b7ee0549490c70d
  https://github.com/droonga/fluent-plugin-droonga/commit/a866ac7d3ddff1e4a14286678b7ee0549490c70d

  Message:
    Fix typos on variable name
    
    distirubte_message ->
    distribute_message
        ^^^^

  Modified files:
    lib/droonga/distributor_plugin.rb

  Modified: lib/droonga/distributor_plugin.rb (+2 -2)
===================================================================
--- lib/droonga/distributor_plugin.rb    2013-12-09 17:17:07 +0900 (37ab744)
+++ lib/droonga/distributor_plugin.rb    2013-12-09 17:29:56 +0900 (265e92f)
@@ -45,7 +45,7 @@ module Droonga
     end
 
     def broadcast_all(envelope)
-      distirubte_message = [{
+      distribute_message = [{
         "command"=> envelope["type"],
         "dataset"=> envelope["dataset"],
         "body"=> envelope["body"],
@@ -53,7 +53,7 @@ module Droonga
         "replica"=> "all",
         "post"=> true
       }]
-      post(distirubte_message)
+      post(distribute_message)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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