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

tevent: Fix a typo

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon May  9 08:17:08 CEST 2011 on sn-devel-104
This commit is contained in:
Volker Lendecke 2011-05-09 07:13:00 +02:00 committed by Volker Lendecke
parent 1cb16a0000
commit 8aab926c28

View File

@ -136,7 +136,7 @@ struct tevent_context *tevent_context_init_byname(TALLOC_CTX *mem_ctx, const cha
const char **tevent_backend_list(TALLOC_CTX *mem_ctx);
/**
* @brief Set the default tevent backent.
* @brief Set the default tevent backend.
*
* @param[in] backend The name of the backend to set.
*/