aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 04:40:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 04:40:42 +0000
commit4aca275e9c0778eafed9a54467e5446cebac48fe (patch)
tree6bc2039fbe1472319a571e8c0e1de13ee1f89447 /ChangeLog
parentc442d22160465d79b94c65e9a4398ff01ec396c5 (diff)
downloadruby-4aca275e9c0778eafed9a54467e5446cebac48fe.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b917cfa352..eb9a344f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ Sat Nov 3 12:49:45 2012 Kouhei Sutou <kou@cozmixng.org>
* 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 11:01:32 2012 Narihiro Nakamura <authornari@gmail.com>
Sat Nov 3 10:17:41 2012 Narihiro Nakamura <authornari@gmail.com>
* 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 @@ Fri Nov 2 17:52:12 2012 Shugo Maeda <shugo@ruby-lang.org>
* 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