From 8aab926c2804230b633e0eb29655f4e32226aa4f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 9 May 2011 07:13:00 +0200 Subject: tevent: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Mon May 9 08:17:08 CEST 2011 on sn-devel-104 --- lib/tevent/tevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent') diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 665c491ebb..f4eb60c560 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -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. */ -- cgit