diff options
author | Volker Lendecke <vl@samba.org> | 2011-05-09 07:13:00 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-05-09 08:17:08 +0200 |
commit | 8aab926c2804230b633e0eb29655f4e32226aa4f (patch) | |
tree | 8404345f35256a4a2c0731ac2e4e12547416fc79 | |
parent | 1cb16a00009ee0cd8c442d2b52031f69805b4b8c (diff) | |
download | samba-8aab926c2804230b633e0eb29655f4e32226aa4f.tar.gz |
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
-rw-r--r-- | lib/tevent/tevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 665c491ebb3..f4eb60c560d 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. */ |