]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix a docu typo
authorVolker Lendecke <vl@samba.org>
Sat, 22 Oct 2016 11:59:12 +0000 (13:59 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Sep 2018 05:49:13 +0000 (07:49 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/tevent/doc/tevent_request.dox

index 7fcfb55e8fb8827a3794b7db66d9e2d37c69123d..e1e45b170a5826331ade88b9bcfebf408e10df54 100644 (file)
@@ -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 functions 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