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
This commit is contained in:
nobu 2013-08-02 21:50:20 +00:00
parent be5a436f13
commit 2b9dbb3e40

View File

@ -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.