[Groonga-commit] groonga/fluent-plugin-droonga [master] Fix a typo

Back to archive index

Daijiro MORI null+****@clear*****
Fri Apr 5 08:03:57 JST 2013


Daijiro MORI	2013-04-05 08:03:57 +0900 (Fri, 05 Apr 2013)

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

  Message:
    Fix a typo

  Modified files:
    lib/droonga/plugin/handler_search.rb

  Modified: lib/droonga/plugin/handler_search.rb (+2 -2)
===================================================================
--- lib/droonga/plugin/handler_search.rb    2013-04-05 07:25:47 +0900 (c4db6ef)
+++ lib/droonga/plugin/handler_search.rb    2013-04-05 08:03:57 +0900 (6d98c9f)
@@ -169,8 +169,8 @@ module Droonga
                                                  :limit => limit) do |cursor|
             cursor.collect do |record|
               values = {}
-              attrs.collect do |attr|
-                values[attr[:label]] = record[attr[:source]]
+              attributes.collect do |attribute|
+                values[attribute[:label]] = record[attribute[:source]]
               end
               values
             end
-------------- next part --------------
HTML����������������������������...
Download 



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