[Groonga-commit] groonga/groonga-query-log at 047bdad [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 24 17:44:43 JST 2013


Kouhei Sutou	2013-05-24 17:44:43 +0900 (Fri, 24 May 2013)

  New Revision: 047bdadd40bb8b6082cdd7d1d21153f05b9b108d
  https://github.com/groonga/groonga-query-log/commit/047bdadd40bb8b6082cdd7d1d21153f05b9b108d

  Message:
    Fix a typo...
    
    @queie ->
    @queue
        ^

  Modified files:
    lib/groonga/query-log/replayer.rb

  Modified: lib/groonga/query-log/replayer.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/replayer.rb    2013-05-24 17:39:16 +0900 (6205523)
+++ lib/groonga/query-log/replayer.rb    2013-05-24 17:44:43 +0900 (dedd4a8)
@@ -60,7 +60,7 @@ module Groonga
             id += 1
           end
           @n_clients.times do
-            @queie.push(nil)
+            @queue.push(nil)
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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