From: Volker Lendecke Date: Mon, 5 Jun 2017 05:23:27 +0000 (+0200) Subject: tevent: Fix a typo X-Git-Tag: ldb-1.1.31~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03475048a49db78422d1bfc11f2c69d56fbf87f;p=thirdparty%2Fsamba.git tevent: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index ba4bb4da917..728cf6267f1 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1777,7 +1777,7 @@ void tevent_thread_proxy_schedule(struct tevent_thread_proxy *tp, * * It is the duty of the caller of tevent_threaded_context_create() to * keep the event context around longer than any - * tevent_threaded_context. tevent will abort if ev is talllc_free'ed + * tevent_threaded_context. tevent will abort if ev is talloc_free'ed * with an active tevent_threaded_context. * * If tevent is build without pthread support, this always returns