From e8bc7180bafe0971e86b503f88357be0ac51e4cd Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 9 Feb 2013 13:39:22 +0000 Subject: [PATCH] * ChangeLog: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62ef134478..006cf5d6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,8 @@ Sat Feb 9 21:11:21 2013 Tanaka Akira * configure.in: move header files check to the beginning of "header and library section". test rlim_t with sys/types.h and sys/time.h for MirOS BSD. - sys/types.h and sys/time.h is gurded by #ifdef and the above move - is required for this change. + sys/types.h and sys/time.h is guarded by #ifdef and the above + move is required for this change. Sat Feb 9 17:45:58 2013 Nobuyoshi Nakada