[Groonga-commit] droonga/fluent-plugin-droonga at eca3b5a [master] Fix a typo on comment

アーカイブの一覧に戻る

Yoji Shidara null+****@clear*****
Thu Dec 5 13:38:10 JST 2013


Yoji Shidara	2013-12-05 13:38:10 +0900 (Thu, 05 Dec 2013)

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

  Message:
    Fix a typo on comment
    
    requres ->
    requires
        ^

  Modified files:
    lib/droonga/plugin/collector/basic.rb

  Modified: lib/droonga/plugin/collector/basic.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/collector/basic.rb    2013-12-05 13:33:53 +0900 (f1c27ca)
+++ lib/droonga/plugin/collector/basic.rb    2013-12-05 13:38:10 +0900 (57e7aae)
@@ -49,7 +49,7 @@ module Droonga
             when "count"
               # do nothing on this phase!
             when "sort"
-              # because "count" type mapper requres all items of the array,
+              # because "count" type mapper requires all items of the array,
               # I have to apply "sort" type mapper later.
               if result[element]
                 result[element] = apply_output_range(result[element], mapper)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る