From 93f8a40494566bf1f01130becc343f03280c8712 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 27 Jul 2003 12:20:21 +0000 Subject: [PATCH] * ChangeLog: typo fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aca1001e5c..3e2f71d114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Sun Jul 27 21:16:30 2003 WATANABE Hirofumi * ext/openssl/extconf.rb: better support MinGW. add - dir_config("kerberos") and with_config("pkg-config). + dir_config("kerberos") and with_config("pkg-config"). Sun Jul 27 14:43:37 2003 NAKAMURA, Hiroshi