From: Andreas Jaeger Date: Sun, 4 Mar 2001 18:24:56 +0000 (+0000) Subject: Correct english in my last entries. X-Git-Tag: upstream/2.30~23451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f01817b04e9e97d4565c9f751602492d16e11f4a;p=external%2Fglibc.git Correct english in my last entries. * resolv/tst-aton.c: Add testcase for IP with four periods. * resolv/inet_addr.c: Don't recognize an IP with four periods. --- diff --git a/ChangeLog b/ChangeLog index 92e328c..4d28a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2001-03-04 Andreas Jaeger - * resolv/tst-aton.c: Add testcase for IP with four points. + * resolv/tst-aton.c: Add testcase for IP with four periods. - * resolv/inet_addr.c: Don't recognize an IP with four points. + * resolv/inet_addr.c: Don't recognize an IP with four periods. Patch by Andre' Breiler . 2001-02-27 Philip Blundell