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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 12:17:42 JST 2013


Kouhei Sutou	2013-08-12 12:17:42 +0900 (Mon, 12 Aug 2013)

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

  Message:
    Fix a typo
    
    exec tors ->
    executors
        ^

  Modified files:
    lib/grntest/executors.rb

  Modified: lib/grntest/executors.rb (+2 -2)
===================================================================
--- lib/grntest/executors.rb    2013-08-12 12:16:07 +0900 (8cba3a5)
+++ lib/grntest/executors.rb    2013-08-12 12:17:42 +0900 (3a6fc42)
@@ -15,5 +15,5 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-require "grntest/exectors/standard-io-executor"
-require "grntest/exectors/http-executor"
+require "grntest/executors/standard-io-executor"
+require "grntest/executors/http-executor"
-------------- next part --------------
HTML����������������������������...
Download 



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