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

ruby-changes:27550

From: kazu <ko1@a...>
Date: Tue, 5 Mar 2013 21:51:07 +0900 (JST)
Subject: [ruby-changes:27550] kazu:r39602 (trunk): fix typos

kazu	2013-03-05 21:50:58 +0900 (Tue, 05 Mar 2013)

  New Revision: 39602

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39601)
+++ ChangeLog	(revision 39602)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Tue Mar  5 21:36:43 2013  Nobuyoshi Nakada  <nobu@r...>
 
-	* class.c (rb_prepend_module): check redefinition of built-in opimized
+	* class.c (rb_prepend_module): check redefinition of built-in optimized
 	  methods.  [ruby-dev:47124] [Bug #7983]
 
 	* vm.c (rb_vm_check_redefinition_by_prepend): ditto.
@@ -13,7 +13,7 @@ Tue Mar  5 20:23:54 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L13
 
 	* include/ruby/intern.h (rb_check_arity): make a static inline
 	  function so it can be used as an expression and argc would be
-	  evaulated only once.
+	  evaluated only once.
 
 Tue Mar  5 12:30:55 2013  Eric Hodel  <drbrain@s...>
 
@@ -50,14 +50,14 @@ Tue Mar  5 10:20:16 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L50
 Tue Mar  5 10:02:48 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
-	  clear DESTDIR so RUBYARCHDIR and RUBYLIBDIR are not be overrdden.
+	  clear DESTDIR so RUBYARCHDIR and RUBYLIBDIR are not be overridden.
 	  [Bug #7698]
 
 Mon Mar  4 15:33:40 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
-	  fix for unusal cases again.  install to a temporary directory once
-	  and move instaled files to the destination directory, if it is same
+	  fix for unusual cases again.  install to a temporary directory once
+	  and move installed files to the destination directory, if it is same
 	  as the current directory.  [Bug #7698]
 
 Mon Mar  4 14:13:36 2013  Nobuyoshi Nakada  <nobu@r...>

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

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