diff options
author | Tim Potter <tpot@samba.org> | 2004-03-07 01:14:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-03-07 01:14:35 +0000 |
commit | 420a55949dd70d334b54583efde189ac23ca77fb (patch) | |
tree | 93ab8777890ad75e8a928ae9af2746697575a9d8 /source3/lib/smbldap.c | |
parent | a843787637292e115cc1bd66475e6d4d686f9bc0 (diff) | |
download | samba-420a55949dd70d334b54583efde189ac23ca77fb.tar.gz samba-420a55949dd70d334b54583efde189ac23ca77fb.tar.bz2 samba-420a55949dd70d334b54583efde189ac23ca77fb.zip |
Fix typo.
(This used to be commit 7798a52d82c46759635e90a7e48ddad4ce48b763)
Diffstat (limited to 'source3/lib/smbldap.c')
-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 fcebccc58a..3bd8b12f2d 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" }, |