From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:19:41 +0000 (+1200) Subject: pyldb: s/the the\b/the/ in comments X-Git-Tag: tdb-1.4.13~660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb729d61398f41dcec3dc0785815bf4919868c8;p=thirdparty%2Fsamba.git pyldb: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c index bf433288206..8acb51705f1 100644 --- a/lib/ldb/pyldb.c +++ b/lib/ldb/pyldb.c @@ -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. */