]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
waf: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 20 Feb 2017 17:30:48 +0000 (18:30 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 1 Mar 2017 19:33:18 +0000 (20:33 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
buildtools/wafsamba/samba_conftests.py

index 72e432164984c7faa9bc93745d401b5c38849d37..511176d8e7bce459de384cd500fdf9111811008f 100644 (file)
@@ -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: