Author: gd Date: 2007-05-24 23:17:24 +0000 (Thu, 24 May 2007) New Revision: 23128
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23128 Log: Fix typo. Guenther Modified: branches/SAMBA_3_0/source/include/ads.h branches/SAMBA_3_0_25/source/include/ads.h branches/SAMBA_3_0_26/source/include/ads.h Changeset: Modified: branches/SAMBA_3_0/source/include/ads.h =================================================================== --- branches/SAMBA_3_0/source/include/ads.h 2007-05-24 23:11:11 UTC (rev 23127) +++ branches/SAMBA_3_0/source/include/ads.h 2007-05-24 23:17:24 UTC (rev 23128) @@ -259,7 +259,7 @@ #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 Modified: branches/SAMBA_3_0_25/source/include/ads.h =================================================================== --- branches/SAMBA_3_0_25/source/include/ads.h 2007-05-24 23:11:11 UTC (rev 23127) +++ branches/SAMBA_3_0_25/source/include/ads.h 2007-05-24 23:17:24 UTC (rev 23128) @@ -258,7 +258,7 @@ #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 Modified: branches/SAMBA_3_0_26/source/include/ads.h =================================================================== --- branches/SAMBA_3_0_26/source/include/ads.h 2007-05-24 23:11:11 UTC (rev 23127) +++ branches/SAMBA_3_0_26/source/include/ads.h 2007-05-24 23:17:24 UTC (rev 23128) @@ -259,7 +259,7 @@ #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
