summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:08 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:38 +0000
commit522697331fc143bb04cc5136d60178533ae61afc (patch)
tree0bb397e697fc0cde8231488f416c6b5c62f2a795 /buildtools
parente6cd8884256e5f433b16b4132ed825054af867e5 (diff)
downloadsamba-522697331fc143bb04cc5136d60178533ae61afc.tar.gz
buildtools/wafsamba/wscript: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wscript2
1 files changed, 1 insertions, 1 deletions
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',