summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-02-20 18:30:48 +0100
committerJeremy Allison <jra@samba.org>2017-03-01 20:33:18 +0100
commitb93d58e48e3c2d58a9c00f8eeef3152f19751cbc (patch)
treed3cac0eb724ff4a68ed4dc7bdcd34d4732320301 /buildtools
parentcc3417549c7a17930329322d7e711421244f0c65 (diff)
downloadsamba-b93d58e48e3c2d58a9c00f8eeef3152f19751cbc.tar.gz
waf: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_conftests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py
index 72e43216498..511176d8e7b 100644
--- a/buildtools/wafsamba/samba_conftests.py
+++ b/buildtools/wafsamba/samba_conftests.py
@@ -24,7 +24,7 @@ def check(self, *k, **kw):
if not 'env' in kw:
kw['env'] = self.env.copy()
- # match the configuration test with speficic options, for example:
+ # match the configuration test with specific options, for example:
# --with-libiconv -> Options.options.iconv_open -> "Checking for library iconv"
additional_dirs = []
if 'msg' in kw: