From 119a8230ebeaf1eb95682a3d5c7b8675791c02fd Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 16:31:01 +1100 Subject: [PATCH] Spelling fixes for tevent. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- lib/tevent/tevent.h | 2 +- lib/tevent/tevent_liboop.c | 4 ++-- lib/tevent/tevent_req.c | 2 +- 3 files changed, 4 insertions(+), 4 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, /** diff --git a/lib/tevent/tevent_liboop.c b/lib/tevent/tevent_liboop.c index c8503e72b29..3d36b0e2a15 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 345a2fdcd1a..f61ef534239 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. -- 2.11.4.GIT