diff options
author | Anoop C S <anoopcs@redhat.com> | 2017-06-05 22:10:44 +0530 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-06-06 05:26:36 +0200 |
commit | 7b50dddb32282c3136c68ae81d44581f3e8ff10b (patch) | |
tree | 05f5f017c0ab6f17109ed8ce625d8e099c1cd11e | |
parent | 5b60600b32fa9d4c4842fcb66d6f2986410c0af9 (diff) | |
download | samba-7b50dddb32282c3136c68ae81d44581f3e8ff10b.tar.gz |
wscript: Fix some typos
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jun 6 05:26:37 CEST 2017 on sn-devel-144
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |