summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2013-12-16 15:25:58 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-01-07 04:13:27 +0100
commit88eede6b072d7bec45bed70f7a7483bd5de76501 (patch)
treed82523735c0e05b583c96cabf582615c2ddd2bff /source3/wscript
parent8d6bc9987c22248453c0acd25616eda35d6d99db (diff)
downloadsamba-88eede6b072d7bec45bed70f7a7483bd5de76501.tar.gz
waf: fix a typo in an ADS error message
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 6ef8d899449..501707bb779 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -766,7 +766,7 @@ msg.msg_acctrightslen = sizeof(fd);
if not use_ads_krb5:
Logs.warn("Active Directory support not available: krb5 libs don't have all required features")
if not use_ads_ldap:
- Logs.warn("Active Directory support not available: LDAP support ist not available.")
+ Logs.warn("Active Directory support not available: LDAP support is not available.")
if Options.options.with_ads:
conf.fatal("Active Directory support not found. Use --without-ads "
"for building without Active Directory support. "