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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 19 14:32:21 JST 2013


Kouhei Sutou	2013-08-19 14:32:21 +0900 (Mon, 19 Aug 2013)

  New Revision: fea0b150855a100f162b4acf26a3fb99397c6e04
  https://github.com/groonga/grntest/commit/fea0b150855a100f162b4acf26a3fb99397c6e04

  Message:
    Fix a typo
    
    repo ter ->
    reporter
        ^

  Modified files:
    lib/grntest/reporters.rb
    lib/grntest/test-suites-runner.rb

  Modified: lib/grntest/reporters.rb (+1 -1)
===================================================================
--- lib/grntest/reporters.rb    2013-08-12 13:03:13 +0900 (6a68584)
+++ lib/grntest/reporters.rb    2013-08-19 14:32:21 +0900 (f5df303)
@@ -22,7 +22,7 @@ require "grntest/reporters/inplace-reporter"
 module Grntest
   module Reporters
     class << self
-      def create_repoter(tester)
+      def create_reporter(tester)
         case tester.reporter
         when :mark
           MarkReporter.new(tester)

  Modified: lib/grntest/test-suites-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-suites-runner.rb    2013-08-12 13:03:13 +0900 (651cca3)
+++ lib/grntest/test-suites-runner.rb    2013-08-19 14:32:21 +0900 (9b5ee7e)
@@ -135,7 +135,7 @@ module Grntest
     end
 
     def create_reporter
-      Reporters.create_repoter(@tester)
+      Reporters.create_reporter(@tester)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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