]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
buildtools: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 29 Jul 2024 05:04:54 +0000 (17:04 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Sun, 4 Aug 2024 00:32:39 +0000 (00:32 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
buildtools/wafsamba/samba_python.py

index 5a448c2b07848df9df4e5c6e4da362cd15db3a0f..544261e79f0f7931a462e02b9676f7c9bc621223 100644 (file)
@@ -114,7 +114,7 @@ def SAMBA_PYTHON(bld, name,
     # including Python.h. If the macro is defined, length is a Py_ssize_t
     # rather than an int.
 
-    # Because <Python.h> if often included before includes.h/config.h
+    # Because <Python.h> is often included before includes.h/config.h
     # This must be in the -D compiler options
     cflags += ' -DPY_SSIZE_T_CLEAN=1'