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

ruby-changes:38716

From: kazu <ko1@a...>
Date: Mon, 8 Jun 2015 00:06:42 +0900 (JST)
Subject: [ruby-changes:38716] kazu:r50797 (trunk): fix typo [ci skip]

kazu	2015-06-08 00:06:24 +0900 (Mon, 08 Jun 2015)

  New Revision: 50797

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

  Log:
    fix typo [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50796)
+++ ChangeLog	(revision 50797)
@@ -17,7 +17,7 @@ Sat Jun  6 18:23:41 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L17
 	  rb_method_entry_t::attr is union with VALUE because this field
 	  should have same size of VALUE. rb_method_entry_t is T_IMEMO).
 
-	  And also add the following access macros to it's fileds.
+	  And also add the following access macros to it's fields.
 
 	  * METHOD_ENTRY_VISI(me)
 	  * METHOD_ENTRY_BASIC(me)

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

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