From 6f072a36c0e27e99194158fd9cf87abda7853fe1 Mon Sep 17 00:00:00 2001 From: ayumin Date: Tue, 19 Mar 2013 19:19:46 +0000 Subject: * ext/bigdecimal/bigdecimal.c: fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/bigdecimal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bigdecimal/bigdecimal.c') diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 414f124c44..4535da878d 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -5255,7 +5255,7 @@ VpCtoV(Real *a, const char *int_chr, size_t ni, const char *frac, size_t nf, con ef = eb / (SIGNED_VALUE)BASE_FIG; ef = eb - ef * (SIGNED_VALUE)BASE_FIG; if (ef) { - ++j; /* Means to add one more preceeding zero */ + ++j; /* Means to add one more preceding zero */ ++e; } } -- cgit v1.2.3