about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-11 12:02:24 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-11 12:02:24 -0400
commiteac80ce2fa2497c2b4ea1d55d690ad53e1375ece (patch)
tree39cf4eebb2942332d72cbea6deee4b9299f555bf
parent22836f52e3e4740e450f9b93a2f1e31a90b168a6 (diff)
downloadglibc-eac80ce2fa2497c2b4ea1d55d690ad53e1375ece.tar.gz
glibc-eac80ce2fa2497c2b4ea1d55d690ad53e1375ece.tar.xz
glibc-eac80ce2fa2497c2b4ea1d55d690ad53e1375ece.zip
Fix typo.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 60d160c78d..bb37b83e45 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.