summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-06 09:38:36 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-06 09:38:36 +0000
commit80b3529f8d765886af6dc84aa32aaaef0eafecd3 (patch)
tree35c90ec4df5182ce8f0b04d45028a38db014d434 /ChangeLog
parent52047a145bc88dfa48f1bc13409aa714cd87ce19 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52906 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 d4f42da23a..5afc319d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -193,7 +193,7 @@ Wed Dec 2 16:27:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
class. the loader function is called with the class itself,
instead of an allocated object, and the loaded data.
- * marshal.c (compat_allocator_table): intialize
+ * marshal.c (compat_allocator_table): initialize
compat_allocator_tbl on demand.
* object.c (rb_undefined_alloc): extract from rb_obj_alloc.