From 2b9dbb3e40ccbc9ef47d75676618a134ac065a56 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Aug 2013 21:50:20 +0000 Subject: [PATCH] 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Fri Aug 2 23:50:53 2013 Tanaka Akira - * 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.