From: Jo Sutton Date: Mon, 29 Jul 2024 05:04:54 +0000 (+1200) Subject: buildtools: Fix code spelling X-Git-Tag: tdb-1.4.12~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ecbc0afc443cae7cfa63473c47eb075517f22d;p=thirdparty%2Fsamba.git buildtools: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Douglas Bagnall --- diff --git a/buildtools/wafsamba/samba_python.py b/buildtools/wafsamba/samba_python.py index 5a448c2b078..544261e79f0 100644 --- a/buildtools/wafsamba/samba_python.py +++ b/buildtools/wafsamba/samba_python.py @@ -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 if often included before includes.h/config.h + # Because is often included before includes.h/config.h # This must be in the -D compiler options cflags += ' -DPY_SSIZE_T_CLEAN=1'