From: Richard Sharpe Date: Fri, 2 Feb 2018 03:31:46 +0000 (-0800) Subject: Minor, really small, documentation fix. X-Git-Tag: ldb-1.5.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76c7b204e30a38747679ccd2597dd3a2b8bd394;p=thirdparty%2Fsamba.git Minor, really small, documentation fix. Signed-off-by: Richard Sharpe Reviewed-by: Martin Schwenke --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index aa6fe0de202..664604a06bd 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1187,7 +1187,7 @@ void _tevent_req_oom(struct tevent_req *req, #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