aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:40 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:40 +0000
commit8d7e9e53437e696e9e121431e96d2755c2106f75 (patch)
treea1f654a30ffc3547e611630872c391496dd8ccfa /ChangeLog
parent68b18291acc84bc4068e531d3085bfda8a5419de (diff)
downloadruby-8d7e9e53437e696e9e121431e96d2755c2106f75.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 928751b92d..056567ff86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -143,7 +143,7 @@ Thu Dec 2 21:28:07 2010 NARUSE, Yui <naruse@ruby-lang.org>
Thu Dec 2 21:22:05 2010 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (enc_alias_internal): free the copied key and
- return NULL when given key is already regisitered.
+ return NULL when given key is already registered.
* encoding.c (enc_alias): call set_encoding_const only when the
alias is not registered yet.