summaryrefslogtreecommitdiff
path: root/lib
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
parent09e756b1d651caef203a4b7e02234f6dea374b08 (diff)
downloadsamba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.tar.gz
samba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.tar.bz2
samba-119a8230ebeaf1eb95682a3d5c7b8675791c02fd.zip
Spelling fixes for tevent.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/tevent.h2
-rw-r--r--lib/tevent/tevent_liboop.c4
-rw-r--r--lib/tevent/tevent_req.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index d3556053ac..e318a4bf1d 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,
/**
diff --git a/lib/tevent/tevent_liboop.c b/lib/tevent/tevent_liboop.c
index c8503e72b2..3d36b0e2a1 100644
--- a/lib/tevent/tevent_liboop.c
+++ b/lib/tevent/tevent_liboop.c
@@ -31,8 +31,8 @@
/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- NOTE: this code compiles fine, but is completly *UNTESTED*
- and is only commited as example
+ NOTE: this code compiles fine, but is completely *UNTESTED*
+ and is only committed as an example
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
diff --git a/lib/tevent/tevent_req.c b/lib/tevent/tevent_req.c
index 345a2fdcd1..f61ef53423 100644
--- a/lib/tevent/tevent_req.c
+++ b/lib/tevent/tevent_req.c
@@ -417,7 +417,7 @@ void tevent_req_set_cancel_fn(struct tevent_req *req, tevent_req_cancel_fn fn)
/**
* @brief This function tries to cancel the given request
* @param[in] req The given request
- * @param[in] location Automaticly filled with the __location__ macro
+ * @param[in] location Automatically filled with the __location__ macro
* via the tevent_req_cancel() macro. This is for debugging
* only!
* @retval This function returns true is the request is cancelable.