From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:21:12 +0000 (+1200) Subject: tevent docs: s/the the\b/the/ X-Git-Tag: tdb-1.4.13~659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153a14776d1a85bac875eac785edb93e14a0e247;p=thirdparty%2Fsamba.git tevent docs: s/the the\b/the/ Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/lib/tevent/doc/tevent_request.dox b/lib/tevent/doc/tevent_request.dox index bda6f766c93..50152626e9f 100644 --- a/lib/tevent/doc/tevent_request.dox +++ b/lib/tevent/doc/tevent_request.dox @@ -90,7 +90,7 @@ other requests. Stopping one request would stop the others, memory resources would not be freed, file descriptors might remain open, communication via socket could be interrupted, and so on. Therefore it is important to think about finishing requests, either successfully or not, and also to prepare -functions for all possible scenarios, so that the the callbacks do not process +functions for all possible scenarios, so that the callbacks do not process data that are actually invalid or, even worse, in fact non-existent meaning that a segmentation fault may arise.