1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tevent: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-08-09 16:22:03 +02:00 committed by Jeremy Allison
parent 544c7285a2
commit a9f358f7d7

View 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.
*/