]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 9 Aug 2023 14:22:03 +0000 (16:22 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 14 Aug 2023 19:53:37 +0000 (19:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/doc/tevent_request.dox

index e1e45b170a5826331ade88b9bcfebf408e10df54..bda6f766c93f6bff865bbb277ad40dd3bb9ae48e 100644 (file)
@@ -184,6 +184,6 @@ tevent_wakeup_recv() )
 
 A comprehensive example of nested subrequests can be found in the file
 echo_server.c. It implements a complete, self-contained echo server with no
-dependencies but libevent and libtalloc.
+dependencies but libtevent and libtalloc.
 
 */