[Groonga-commit] groonga/groonga at 6f1b2ea [master] logical_range_filter: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 18 10:27:43 JST 2016


Kouhei Sutou	2016-03-18 10:27:43 +0900 (Fri, 18 Mar 2016)

  New Revision: 6f1b2ea7c9be641f79bf58e4599a25da4f505e76
  https://github.com/groonga/groonga/commit/6f1b2ea7c9be641f79bf58e4599a25da4f505e76

  Message:
    logical_range_filter: fix a typo

  Modified files:
    plugins/sharding/logical_table_remove.rb

  Modified: plugins/sharding/logical_table_remove.rb (+2 -2)
===================================================================
--- plugins/sharding/logical_table_remove.rb    2016-03-18 10:26:34 +0900 (6e988f6)
+++ plugins/sharding/logical_table_remove.rb    2016-03-18 10:27:43 +0900 (8aed3ef)
@@ -14,11 +14,11 @@ module Groonga
       def run_body(input)
         enumerator = LogicalEnumerator.new("logical_table_remove", input)
 
-        succeess = true
+        success = true
         enumerator.each do |shard, shard_range|
           remove_table(shard, shard_range, enumerator.target_range)
         end
-        writer.write(succeess)
+        writer.write(success)
       end
 
       private
-------------- next part --------------
HTML����������������������������...
Download 



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