[Groonga-commit] groonga/groonga-test [master] Fix typos

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 6日 (火) 16:30:29 JST


Kouhei Sutou	2012-03-06 16:30:29 +0900 (Tue, 06 Mar 2012)

  New Revision: 4a00f05f7ccd9e1e0eda649d703863a2609c0958

  Log:
    Fix typos

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+3 -3)
===================================================================
--- lib/groonga/tester.rb    2012-03-06 16:16:59 +0900 (6288e96)
+++ lib/groonga/tester.rb    2012-03-06 16:30:29 +0900 (aa122c0)
@@ -179,9 +179,9 @@ module Groonga
      def run_groonga_script
        create_temporary_directory do |directory_path|
          run_groonga(File.join(directory_path, "db")) do |io|
-           context = Executer::Context.new
+           context = Executor::Context.new
            context.base_directory =****@teste*****_directory
-           executer = Executer.new(io, context)
+           executer = Executor.new(io, context)
            executer.execute(@test_script_path)
          end
        end
@@ -290,7 +290,7 @@ module Groonga
      end
    end
 
-   class Executer
+   class Executor
      class Context
        attr_accessor :logging, :base_directory, :result
        def initialize




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