Minor, really small, documentation fix.
authorRichard Sharpe <richard.sharpe@primarydata.com>
Fri, 2 Feb 2018 03:31:46 +0000 (19:31 -0800)
committerMartin Schwenke <martins@samba.org>
Mon, 6 Aug 2018 06:46:41 +0000 (08:46 +0200)
Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/tevent/tevent.h

index aa6fe0de20206a9a250af598df8e86d5a91c2e00..664604a06bd0d6fe1ef60878fbe47874253378bb 100644 (file)
@@ -1187,7 +1187,7 @@ void _tevent_req_oom(struct tevent_req *req,
 #endif
 
 /**
 #endif
 
 /**
- * @brief Finish a request before the caller had the change to set the callback.
+ * @brief Finish a request before the caller had a chance to set the callback.
  *
  * An implementation of an async request might find that it can either finish
  * the request without waiting for an external event, or it can not even start
  *
  * An implementation of an async request might find that it can either finish
  * the request without waiting for an external event, or it can not even start