[Groonga-commit] groonga/groonga-query-log at 06c542c [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 19 15:12:31 JST 2014


Kouhei Sutou	2014-11-19 15:12:31 +0900 (Wed, 19 Nov 2014)

  New Revision: 06c542c93d1c6824fbe76057f2690ee401fc7139
  https://github.com/groonga/groonga-query-log/commit/06c542c93d1c6824fbe76057f2690ee401fc7139

  Message:
    Fix a typo

  Modified files:
    lib/groonga/query-log/command/format-regression-test-logs.rb

  Modified: lib/groonga/query-log/command/format-regression-test-logs.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/format-regression-test-logs.rb    2014-11-06 16:47:18 +0900 (5a9dacb)
+++ lib/groonga/query-log/command/format-regression-test-logs.rb    2014-11-19 15:12:31 +0900 (1744c2b)
@@ -77,7 +77,7 @@ module Groonga
             when /\Aresponse2: /
               response2 = $POSTMATCH.chomp
               next unless valid_entry?(command, response1, response2)
-              report_diff(command, repsponse1, response2)
+              report_diff(command, response1, response2)
             end
           end
         end
-------------- next part --------------
HTML����������������������������...
下載 



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