summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-23 10:35:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-23 10:35:37 +0000
commit3355640a258b40cec1241c568a2c1a0b1db183af (patch)
tree3c793bd86b09fd370627b4f6a80e4a86164eec77
parent921ff3029b87f51f701e71cdea9721fb1eafcb53 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7578312c..e76ead4c1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon May 23 15:52:07 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not always
- exist. fixed build error on Windows itroduced at r55123.
+ exist. fixed build error on Windows introduced at r55123.
Mon May 23 13:19:41 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>