From cab1200b43ea4b2025f77c3ad3f815ce59857847 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 May 2007 23:17:24 +0000 Subject: r23128: Fix typo. Guenther (This used to be commit 52fdbbda53df79461322b9d21aba998f19181df8) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/ads.h b/source3/include/ads.h index 201e5bd4a1..8b1536f83f 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 -- cgit