From: Anoop C S Date: Mon, 5 Jun 2017 16:40:44 +0000 (+0530) Subject: wscript: Fix some typos X-Git-Tag: ldb-1.1.31~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b50dddb32282c3136c68ae81d44581f3e8ff10b;p=thirdparty%2Fsamba.git wscript: Fix some typos Signed-off-by: Anoop C S Reviewed-by: Martin Schwenke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Jun 6 05:26:37 CEST 2017 on sn-devel-144 --- diff --git a/wscript b/wscript index 2a886e6dd48..47d020b1223 100644 --- a/wscript +++ b/wscript @@ -62,11 +62,11 @@ def set_options(opt): action='store_true', dest='without_ad_dc', default=False) opt.add_option('--with-ntvfs-fileserver', - help='enable the depricated NTVFS file server from the original Samba4 branch (default if --enable-selftest specicifed). Conflicts with --with-system-mitkrb5 and --without-ad-dc', + help='enable the deprecated NTVFS file server from the original Samba4 branch (default if --enable-selftest specified). Conflicts with --with-system-mitkrb5 and --without-ad-dc', action='store_true', dest='with_ntvfs_fileserver') opt.add_option('--without-ntvfs-fileserver', - help='disable the depricated NTVFS file server from the original Samba4 branch', + help='disable the deprecated NTVFS file server from the original Samba4 branch', action='store_false', dest='with_ntvfs_fileserver') opt.add_option('--with-pie',