summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-05-09 07:13:00 +0200
committerVolker Lendecke <vlendec@samba.org>2011-05-09 08:17:08 +0200
commit8aab926c2804230b633e0eb29655f4e32226aa4f (patch)
tree8404345f35256a4a2c0731ac2e4e12547416fc79
parent1cb16a00009ee0cd8c442d2b52031f69805b4b8c (diff)
downloadsamba-8aab926c2804230b633e0eb29655f4e32226aa4f.tar.gz
samba-8aab926c2804230b633e0eb29655f4e32226aa4f.tar.bz2
samba-8aab926c2804230b633e0eb29655f4e32226aa4f.zip
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.h2
1 files changed, 1 insertions, 1 deletions
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.
*/