]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pyldb: s/the the\b/the/ in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:19:41 +0000 (14:19 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/ldb/pyldb.c

index bf4332882066cb03bd43472fa46e9149b8addd6a..8acb51705f187fecde752c8c7f7d59609461d13c 100644 (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.
  */