diff --git a/ChangeLog b/ChangeLog index 0e3ba2ef8d..4e6801ec1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,7 +23,7 @@ Sun May 17 15:01:26 2015 Nobuyoshi Nakada Numeric#positive? and Numeric#negative?. [ruby-core:69173] [Feature #11151] - * numeric.c (flo_positive_p, flo_negative_p): specialiazed + * numeric.c (flo_positive_p, flo_negative_p): specialized functions for Float. * complex.c (Init_Complex): Complex do not have positive? and