diff options
author | Günther Deschner <gd@samba.org> | 2007-05-24 23:17:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:48 -0500 |
commit | cab1200b43ea4b2025f77c3ad3f815ce59857847 (patch) | |
tree | 111f620a5a9c057f9a05aef3eb0b42f6370d4688 /source3 | |
parent | 94e4a468f02bc243b72c7e1ddd5a15facf661ae5 (diff) | |
download | samba-cab1200b43ea4b2025f77c3ad3f815ce59857847.tar.gz samba-cab1200b43ea4b2025f77c3ad3f815ce59857847.tar.xz samba-cab1200b43ea4b2025f77c3ad3f815ce59857847.zip |
r23128: Fix typo.
Guenther
(This used to be commit 52fdbbda53df79461322b9d21aba998f19181df8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 201e5bd4a13..8b1536f83fb 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -259,7 +259,7 @@ typedef void **ADS_MODLIST; #define ADS_DNS_DOMAIN 0x40000000 /* DomainName is a DNS name */ #define ADS_DNS_FOREST 0x80000000 /* DnsForestName is a DNS name */ -/* DomainCntrollerAddressType */ +/* DomainControllerAddressType */ #define ADS_INET_ADDRESS 0x00000001 #define ADS_NETBIOS_ADDRESS 0x00000002 |