Spelling fixes for tevent.
authorBrad Hards <bradh@frogmouth.net>
Sun, 21 Feb 2010 05:31:01 +0000 (16:31 +1100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Feb 2010 20:45:32 +0000 (21:45 +0100)
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
lib/tevent/tevent.h
lib/tevent/tevent_liboop.c
lib/tevent/tevent_req.c

index d3556053acc22f65477a1d6b702606b79ba13813..e318a4bf1d51a99665c0037cb49a8b551dd22255 100644 (file)
@@ -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,
        /**
index c8503e72b29f80a14562cfe29cb1491a1348b8d1..3d36b0e2a15847adcfee94c74b87af76e56ae4fb 100644 (file)
@@ -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
 
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
 */
index 345a2fdcd1aa75a4e48f60be5b0e7c097a7ab4f0..f61ef534239767bc69253b149a0760250f775d54 100644 (file)
@@ -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.