aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-28 05:33:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-28 05:33:52 +0000
commitbeba81b116b0221de6cae63e3b6f0e9ba960289d (patch)
tree27755a0f939e60f215ca59b9597296a36021e078
parentcef828a240db589e6dadd0959dd43e916ecc3d54 (diff)
downloadruby-beba81b116b0221de6cae63e3b6f0e9ba960289d.tar.gz
ChangeLog: fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a751793558..c023a4cc9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,8 +51,9 @@ Sat May 28 10:47:40 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
Sat May 28 10:45:40 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
- * addr2line.c: drop to support ATARI ST platform. It was discontinued
- more than two decades ago. [fix GH-1350] Patch by @cremno
+ * addr2line.c: drop support for ATARI ST platform. It was
+ discontinued more than two decades ago. [fix GH-1350] Patch by
+ @cremno
* include/ruby/ruby.h: ditto.
* io.c: ditto.
@@ -63,7 +64,7 @@ Sat May 28 10:39:47 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
Sat May 28 10:26:18 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
- * lib/cgi/util.rb: added to missing quote.
+ * lib/cgi/util.rb: added missing quote.
[fix GH-1363][ci skip] Patch by @dwaller
Fri May 27 17:38:49 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>