From 92b01adf0933d6940126ad94d2334d214efde39c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 22 Oct 2016 13:59:12 +0200 Subject: [PATCH] tevent: Fix a docu typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- 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 7fcfb55e8fb..e1e45b170a5 100644 --- a/lib/tevent/doc/tevent_request.dox +++ b/lib/tevent/doc/tevent_request.dox @@ -4,7 +4,7 @@ A specific feature of the library is the tevent request API that provides for asynchronous computation and allows much more interconnected working and -cooperation among func- tions and events. When working with tevent request it +cooperation among functions and events. When working with tevent request it is possible to nest one event under another and handle them bit by bit. This enables the creation of sequences of steps, and provides an opportunity to prepare for all problems which may unexpectedly happen within the different