From b03475048a49db78422d1bfc11f2c69d56fbf87f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Jun 2017 07:23:27 +0200 Subject: [PATCH] tevent: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tevent/tevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2