1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

pyldb: s/the the\b/the/ in comments

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Douglas Bagnall 2024-09-13 14:19:41 +12:00 committed by Volker Lendecke
parent 296456407e
commit 0bb729d613

View File

@ -440,7 +440,7 @@ static PyObject *PyLdbResult_FromResult(struct ldb_result *result, PyLdbObject *
/*
* PyErr_interal_LDB_DN_OR_RAISE does exactly what
* PyErr__LDB_DN_OR_RAISE does, but rather than going through the
* Python layer to import the Dn object, it directly uses the the
* Python layer to import the Dn object, it directly uses the
* address of the PyTypeObject. This is faster, but can only be done
* in pyldb.c.
*/