From 153a14776d1a85bac875eac785edb93e14a0e247 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:21:12 +1200 Subject: [PATCH] tevent docs: s/the the\b/the/ Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- lib/tevent/doc/tevent_request.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3