[Groonga-commit] groonga/groonga-query-log at 58b5417 [master] server-verifier: fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 15 19:11:44 JST 2014


Kouhei Sutou	2014-01-15 19:11:44 +0900 (Wed, 15 Jan 2014)

  New Revision: 58b541760ce44284f7cdf173f9a56b8fed18b0f0
  https://github.com/groonga/groonga-query-log/commit/58b541760ce44284f7cdf173f9a56b8fed18b0f0

  Message:
    server-verifier: fix a typo...

  Modified files:
    lib/groonga/query-log/command/verify-server.rb

  Modified: lib/groonga/query-log/command/verify-server.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/verify-server.rb    2014-01-15 19:10:48 +0900 (cc795b3)
+++ lib/groonga/query-log/command/verify-server.rb    2014-01-15 19:11:44 +0900 (5f7ecef)
@@ -134,7 +134,7 @@ module Groonga
 
           parser.on("--abort-on-exception",
                     "Abort on exception in threads") do
-            Thread.abort_on_excepption = true
+            Thread.abort_on_exception = true
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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