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 | e6e8b59f53d5ac618dcec13a46c356f0abe5950a (patch) | |
tree | fb3df538fe7936b1414da74dd3cbcb263171e2e8 /source/lib/smbldap.c | |
parent | 89f3173f4f4e9a16f24b25f550065b50577f3f4c (diff) | |
download | samba-e6e8b59f53d5ac618dcec13a46c356f0abe5950a.tar.gz samba-e6e8b59f53d5ac618dcec13a46c356f0abe5950a.tar.xz samba-e6e8b59f53d5ac618dcec13a46c356f0abe5950a.zip |
Fix typo.
Diffstat (limited to 'source/lib/smbldap.c')
-rw-r--r-- | source/lib/smbldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index 77356150bca..c8305eeb802 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" }, |