From: Ulrich Drepper Date: Wed, 11 May 2011 16:02:24 +0000 (-0400) Subject: Fix typo. X-Git-Tag: glibc-2.14~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac80ce2fa2497c2b4ea1d55d690ad53e1375ece;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 60d160c78d8..bb37b83e45a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ * grp/initgroups.c (internal_getgrouplist): When we found the service list through the initgroups entry in nsswitch.conf do not always continue on a successful lookup. Don't always use the - __nss_group_data-ase value if it is set. + __nss_group_database value if it is set. * nss/nsswitch.conf (initgroups): Change action for successful db lookup to continue for compatibility.