From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:08 +0000 (+0200) Subject: buildtools/wafsamba/wscript: typo fixes X-Git-Tag: talloc-2.3.1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522697331fc143bb04cc5136d60178533ae61afc;p=thirdparty%2Fsamba.git buildtools/wafsamba/wscript: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index 28d81ebd602..8d0a89a0ee3 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -92,7 +92,7 @@ def options(opt): gr = opt.option_group('developer options') gr.add_option('-C', - help='enable configure cacheing', + help='enable configure caching', action='store_true', dest='enable_configure_cache') gr.add_option('--enable-auto-reconfigure', help='enable automatic reconfigure on build',