[Groonga-commit] droonga/fluent-plugin-droonga at 0143c0b [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 24 23:53:30 JST 2013


Kouhei Sutou	2013-11-24 23:53:30 +0900 (Sun, 24 Nov 2013)

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

  Message:
    Fix a typo

  Modified files:
    lib/droonga/collector_plugin.rb

  Modified: lib/droonga/collector_plugin.rb (+1 -1)
===================================================================
--- lib/droonga/collector_plugin.rb    2013-11-24 23:50:29 +0900 (d92c775)
+++ lib/droonga/collector_plugin.rb    2013-11-24 23:53:30 +0900 (6558241)
@@ -59,7 +59,7 @@ module Droonga
     end
 
     def post(message, destination=nil)
-      @distributor.post(message, destination)
+      @dispatcher.post(message, destination)
     end
 
     def output
-------------- next part --------------
HTML����������������������������...
Download 



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