From 62ecbc0afc443cae7cfa63473c47eb075517f22d Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Mon, 29 Jul 2024 17:04:54 +1200 Subject: [PATCH] buildtools: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Douglas Bagnall --- buildtools/wafsamba/samba_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'