1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

wscript: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-07-13 08:46:20 +02:00 committed by Andreas Schneider
parent f9107c55a8
commit 7f033268c8

View File

@ -6,7 +6,7 @@ have_gssapi=False
krb5_min_required_version = "1.9"
# Requried versions
# Required versions
krb5_required_version = krb5_min_required_version
if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
krb5_required_version = "1.19"