[Groonga-commit] groonga/grntest [master] Fix a typo

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 7日 (木) 17:42:06 JST


Haruka Yoshihara	2012-06-07 17:42:06 +0900 (Thu, 07 Jun 2012)

  New Revision: f12a23401b65500c7631e02a1e417329f87503a5

  Log:
    Fix a typo
    
    comand ->
    command

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb    2012-06-07 17:09:09 +0900 (c2b2dc6)
+++ lib/groonga/tester.rb    2012-06-07 17:42:06 +0900 (e943db7)
@@ -656,7 +656,7 @@ module Groonga
           @input.print(command_line)
           @input.flush
         rescue SystemCallError
-          raise Error.new("failed to write to groonga: <#{comand_line}>: #{$!}")
+          raise Error.new("failed to write to groonga: <#{command_line}>: #{$!}")
         end
         read_output
       end




Groonga-commit メーリングリストの案内
Back to archive index