From 7798a52d82c46759635e90a7e48ddad4ce48b763 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 7 Mar 2004 01:14:35 +0000 Subject: [PATCH] Fix typo. --- source/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index fcebccc58a7..3bd8b12f2db 100644 --- a/source/lib/smbldap.c +++ b/source/lib/smbldap.c @@ -103,7 +103,7 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = { { LDAP_ATTR_LIST_END, NULL } }; -/* attributes used for alalocating RIDs */ +/* attributes used for allocating RIDs */ ATTRIB_MAP_ENTRY dominfo_attr_list[] = { { LDAP_ATTR_DOMAIN, "sambaDomainName" }, -- 2.11.4.GIT