aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 21:50:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 21:50:20 +0000
commit2b9dbb3e40ccbc9ef47d75676618a134ac065a56 (patch)
tree37aa9e624bc1a03f7128c1d8c07655ccfdd11998
parentbe5a436f13ac9ebc2fcc1f2cc690cf420c83da59 (diff)
downloadruby-2b9dbb3e40ccbc9ef47d75676618a134ac065a56.tar.gz
ChangeLog: fix typo
* ChangeLog: fix typo in r42335, "Appry" -> "Apply". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f80088d4de..572b4921f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,7 +44,7 @@ Fri Aug 2 23:54:11 2013 Masaki Matsushita <glass.saga@gmail.com>
Fri Aug 2 23:50:53 2013 Tanaka Akira <akr@fsij.org>
- * bignum.c (power_cache_get_power): Appry bigtrunc to the result of
+ * bignum.c (power_cache_get_power): Apply bigtrunc to the result of
bigsq.
(big2str_karatsuba): Fix number of leading zero characters.