diff options
author | Tim Potter <tpot@samba.org> | 2004-03-07 01:14:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-03-07 01:14:11 +0000 |
commit | 83d4d424628389f40d637229f0627f500d892355 (patch) | |
tree | 8755360b5f319164175e187d57872e9b42ce83dd /source3/lib | |
parent | 5e412188e9b9f29f52c45ac276934f1a6be3b3a8 (diff) | |
download | samba-83d4d424628389f40d637229f0627f500d892355.tar.gz samba-83d4d424628389f40d637229f0627f500d892355.tar.bz2 samba-83d4d424628389f40d637229f0627f500d892355.zip |
Fix typo.
(This used to be commit e6e8b59f53d5ac618dcec13a46c356f0abe5950a)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 77356150bc..c8305eeb80 100644 --- a/source3/lib/smbldap.c +++ b/source3/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" }, |