diff options
Diffstat (limited to 'source3/wscript')
| -rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 6ef8d89944..501707bb77 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. " |
