aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-08 04:52:35 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-08 04:52:35 +0000
commitf822c523fbb639275e42fda3403e1495733f00ff (patch)
treeb77250b0ffa8e4e9251ace2423803b8e0f6f2056
parent0a741075a362d55869f29662d528e2c97194574c (diff)
downloadruby-f822c523fbb639275e42fda3403e1495733f00ff.tar.gz
Fix a couple of grammos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 274e60aa75..f094e09b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,11 @@ Thu Nov 8 11:32:11 2012 Akinori MUSHA <knu@iDaemons.org>
* configure.in (--with-opt-dir): Avoid nesting of double quotes
inside backquotes, since some traditional shells like PD KSH
- (which OpenBSD's /bin/sh bases on) fails to parse them.
+ (which OpenBSD's /bin/sh bases on) fail to parse them.
Thu Nov 8 09:34:00 2012 Kenta Murata <mrkn@cookpad.com>
- * numeric.c: Add description of that the results of the comparing
+ * numeric.c: Add a caution that the results of the comparing
operations of two NaNs are undefined.
[#1720] [ruby-dev:38725] [ruby-core:36966]