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

ruby-changes:25388

From: kazu <ko1@a...>
Date: Sat, 3 Nov 2012 13:40:51 +0900 (JST)
Subject: [ruby-changes:25388] kazu:r37445 (trunk): fix typos

kazu	2012-11-03 13:40:42 +0900 (Sat, 03 Nov 2012)

  New Revision: 37445

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37444)
+++ ChangeLog	(revision 37445)
@@ -19,7 +19,7 @@
 
 	* lib/rexml/document.rb (REXML::Document#write): Document encoding
 	  option. Now different encoding between XML file's encoding and
-	  XML declaration's encodiong is support.
+	  XML declaration's encoding is support.
 	  [Feature #4872] (work in progress)
 	* lib/rexml/xmldecl.rb (REXML::XMLDecl#write): Always use XMLDecl's
 	  encoding.
@@ -67,7 +67,7 @@
 Sat Nov  3 10:17:41 2012  Narihiro Nakamura  <authornari@g...>
 
 	* eval.c (f_current_dirname): add the new method for Kernel.
-	  This method almotst same as File.dirname(__FILE__). One
+	  This method almost same as File.dirname(__FILE__). One
 	  different behavior is it returns nil when __FILE__ returns nil.
 	  [Feature #3346]
 
@@ -111,7 +111,7 @@
 
 	* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on
 	  a refinement, returns a string in the format #<refinement:C@M>,
-	  where C is a refined class and M is a module at which the refinemet
+	  where C is a refined class and M is a module at which the refinement
 	  is defined.
 
 	* eval.c (rb_mod_refine): store information on a refinement for the

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

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