[Groonga-commit] groonga/groonga-query-log at 155297f [master] Fix a typo.

Zurück zum Archiv-Index

HorimotoYasuhiro null+****@clear*****
Fri Apr 14 14:51:51 JST 2017


HorimotoYasuhiro	2017-04-14 14:51:51 +0900 (Fri, 14 Apr 2017)

  New Revision: 155297ffd356c6c85eeb525a6bb80ae4fdbe3d79
  https://github.com/groonga/groonga-query-log/commit/155297ffd356c6c85eeb525a6bb80ae4fdbe3d79

  Merged 38aea4c: Merge pull request #7 from komainu8/feature/fix_typo

  Message:
    Fix a typo.

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

  Modified: lib/groonga/query-log/command/run-regression-test.rb (+2 -2)
===================================================================
--- lib/groonga/query-log/command/run-regression-test.rb    2017-04-12 15:19:24 +0900 (7df6b6b)
+++ lib/groonga/query-log/command/run-regression-test.rb    2017-04-14 14:51:51 +0900 (8f86c80)
@@ -390,8 +390,8 @@ module Groonga
             ]
             command_line << "--no-care-order" if @options[:care_order] == false
             command_line << query_log_path.to_s
-            verify_serer = VerifyServer.new
-            verify_serer.run(command_line)
+            verify_server = VerifyServer.new
+            verify_server.run(command_line)
           end
 
           def query_log_paths
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index