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

ruby-changes:40620

From: kazu <ko1@a...>
Date: Sat, 21 Nov 2015 21:18:16 +0900 (JST)
Subject: [ruby-changes:40620] kazu:r52699 (trunk): fix typos [ci skip]

kazu	2015-11-21 21:17:50 +0900 (Sat, 21 Nov 2015)

  New Revision: 52699

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52698)
+++ ChangeLog	(revision 52699)
@@ -14,7 +14,7 @@ Sat Nov 21 13:59:09 2015  NARUSE, Yui  < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L14
 Sat Nov 21 13:31:52 2015  NARUSE, Yui  <naruse@r...>
 
 	* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
-	  includeing ext/digest/extconf.h. [Bug #3231]
+	  including ext/digest/extconf.h. [Bug #3231]
 	  https://msdn.microsoft.com/library/36k2cdd4.aspx
 
 	* ext/digest/*/extconf.rb: remove ext/digest from include search path
@@ -42,7 +42,7 @@ Sat Nov 21 08:44:21 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L42
 	  [Feature #11725]
 
 	* insns.def (freezestring): add new instruction to support adding
-	  debug information for dynamically constracted strings.
+	  debug information for dynamically constructed strings.
 
 	* compile.c (iseq_compile_each): support adding debug information
 	  for NODE_DSTR with freezestring instruction.
@@ -251,7 +251,7 @@ Wed Nov 18 21:09:08 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L251
 
 Wed Nov 18 17:08:18 2015  Koichi Sasada  <ko1@a...>
 
-	* method.h: introduce the folliwing field and macros.
+	* method.h: introduce the following field and macros.
 
 	  * rb_method_definition_t::complemented_count to count shared method
 	    entries because of complemented method entries and separate from

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

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