[Groonga-commit] droonga/droonga-engine at 7bb199e [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 22 10:18:15 JST 2015


YUKI Hiroshi	2015-04-22 10:18:15 +0900 (Wed, 22 Apr 2015)

  New Revision: 7bb199e73f583a3193d30dde7a8f226eea65103c
  https://github.com/droonga/droonga-engine/commit/7bb199e73f583a3193d30dde7a8f226eea65103c

  Message:
    Fix typo
    
    fo warded =>
    forwarded

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+3 -3)
===================================================================
--- lib/droonga/forward_buffer.rb    2015-04-22 02:10:32 +0900 (3e5c0bf)
+++ lib/droonga/forward_buffer.rb    2015-04-22 10:18:15 +0900 (83b52ed)
@@ -64,11 +64,11 @@ module Droonga
 
     def start_forward
       logger.trace("start_forward: start")
-      fowarded = false
+      forwarded = false
       Pathname.glob("#{@data_directory}/*#{SUFFIX}").collect do |buffered_message_path|
-        fowarded = forward(buffered_message_path) || fowarded
+        forwarded = forward(buffered_message_path) || forwarded
       end
-      if @process_messages_newer_than_timestamp and fowarded
+      if @process_messages_newer_than_timestamp and forwarded
         logger.info("New message is detected and forwarded. The boundary is now cleared.")
         @process_messages_newer_than_timestamp = nil
       end
-------------- next part --------------
HTML����������������������������...
下载 



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