[Groonga-commit] droonga/fluent-plugin-droonga at 8b10ea8 [master] Fix a typo in comment

Back to archive index

Yoji Shidara null+****@clear*****
Mon Sep 9 13:35:30 JST 2013


Yoji Shidara	2013-09-09 13:35:30 +0900 (Mon, 09 Sep 2013)

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

  Message:
    Fix a typo in comment
    
    TOOD ->
    TODO
      ^^

  Modified files:
    lib/droonga/adapter.rb

  Modified: lib/droonga/adapter.rb (+1 -1)
===================================================================
--- lib/droonga/adapter.rb    2013-09-09 13:08:33 +0900 (b2b3a26)
+++ lib/droonga/adapter.rb    2013-09-09 13:35:30 +0900 (52631e0)
@@ -64,7 +64,7 @@ module Droonga
 
     command :add
     def add(request)
-      # TOOD: update events must be serialized in the primary node of replicas.
+      # TODO: update events must be serialized in the primary node of replicas.
       key = request["key"] || rand.to_s
       scatter_all(request, key)
     end
-------------- next part --------------
HTML����������������������������...
Download 



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