summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 16:31:01 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:32 +0100
commit119a8230ebeaf1eb95682a3d5c7b8675791c02fd (patch)
tree74a064c8fb5ad8bec5b2d86529b3624ecc11c012 /lib/tevent/tevent.h
parent09e756b1d651caef203a4b7e02234f6dea374b08 (diff)
downloadsamba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.tar.gz
samba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.tar.xz
samba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.zip
Spelling fixes for tevent.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib/tevent/tevent.h')
-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 d3556053acc..e318a4bf1d5 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -183,7 +183,7 @@ enum tevent_req_state {
*/
TEVENT_REQ_DONE,
/**
- * A user error has occured
+ * A user error has occurred
*/
TEVENT_REQ_USER_ERROR,
/**