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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 7日 (木) 11:18:21 JST


Haruka Yoshihara	2012-06-07 11:18:21 +0900 (Thu, 07 Jun 2012)

  New Revision: 66c4be9d702fe41a9d80ef0686c97444bc700f5b

  Log:
    Fix typos
    
    executer ->
    executor

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+6 -6)
===================================================================
--- lib/groonga/tester.rb    2012-06-07 11:14:04 +0900 (1b9efa2)
+++ lib/groonga/tester.rb    2012-06-07 11:18:21 +0900 (aecbdf7)
@@ -242,8 +242,8 @@ module Groonga
             context.base_directory =****@teste*****_directory
             context.groonga_suggest_create_dataset =
               @tester.groonga_suggest_create_dataset
-            run_groonga(context) do |executer|
-              executer.execute(@test_script_path)
+            run_groonga(context) do |executor|
+              executor.execute(@test_script_path)
             end
           rescue Interrupt
             @interrupted = true
@@ -577,12 +577,12 @@ module Groonga
       end
 
       def execute_script(path)
-        executer = create_sub_executer(@context)
+        executor = create_sub_executor(@context)
         script_path = Pathname(path)
         if script_path.relative?
           script_path = Pathname(@context.base_directory) + script_path
         end
-        executer.execute(script_path)
+        executor.execute(script_path)
       end
 
       def execute_command(line)
@@ -662,7 +662,7 @@ module Groonga
         @output.gets
       end
 
-      def create_sub_executer(context)
+      def create_sub_executor(context)
         self.class.new(@input, @output, context)
       end
 
@@ -707,7 +707,7 @@ module Groonga
         end
       end
 
-      def create_sub_executer(context)
+      def create_sub_executor(context)
         self.class.new(@host, @port, context)
       end
     end




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