summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-19 23:41:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-19 23:41:36 +0000
commit4dd74831411cec03a4c3b2d34775e09d534c0e46 (patch)
treeeb148b81ef47dfe55df70b1e8c117956877c22fa
parent064bf602e0f42a925f470c219962e3a430bc5ca8 (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 518c84d360..6ff96a31a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@ Fri Apr 20 08:07:06 2012 Eric Hodel <drbrain@segment7.net>
Thu Apr 19 16:33:53 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * strftime.c (rb_strftime_with_timespec): fix carrir-up bug and
+ * strftime.c (rb_strftime_with_timespec): fix carry-up bug and
overwrite '+' with '-' if negative offset less than a hour.
[ruby-core:44447][Bug #6323]