summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.