From: Andreas Jaeger Date: Sun, 4 Mar 2001 18:24:56 +0000 (+0000) Subject: Correct english in my last entries. X-Git-Tag: cvs/glibc-2_2_3~320 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f01817b04e9e97d4565c9f751602492d16e11f4a;p=glibc.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 92e328cadf..4d28a4891e 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