[前][次][番号順一覧][スレッド一覧]

ruby-changes:26266

From: kazu <ko1@a...>
Date: Tue, 11 Dec 2012 21:38:51 +0900 (JST)
Subject: [ruby-changes:26266] kazu:r38323 (trunk): fix a typo

kazu	2012-12-11 21:38:42 +0900 (Tue, 11 Dec 2012)

  New Revision: 38323

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38323

  Log:
    fix a typo

  Modified files:
    trunk/test/ruby/marshaltestlib.rb

Index: test/ruby/marshaltestlib.rb
===================================================================
--- test/ruby/marshaltestlib.rb	(revision 38322)
+++ test/ruby/marshaltestlib.rb	(revision 38323)
@@ -1,6 +1,6 @@
 # coding: utf-8
 module MarshalTestLib
-  # include this module to a Test::Unit::TestCase and definde encode(o) and
+  # include this module to a Test::Unit::TestCase and define encode(o) and
   # decode(s) methods.  e.g.
   #
   # def encode(o)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]