From aade513b4e256e0190c4f41f26efd3a494b0126b Mon Sep 17 00:00:00 2001 From: Xiaozhou Liu Date: Thu, 5 Jul 2018 11:25:24 +0800 Subject: [PATCH] Fix typo Closes: #658 (cherry picked from commit 30d77f1b59bcd1433a89e803b9fa045c50883868) --- include/event2/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/event.h b/include/event2/event.h index a95b5b9d..1e106f76 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -285,7 +285,7 @@ struct event * There are many options that can be used to alter the behavior and * implementation of an event_base. To avoid having to pass them all in a * complex many-argument constructor, we provide an abstract data type - * wrhere you set up configation information before passing it to + * where you set up configation information before passing it to * event_base_new_with_config(). * * @see event_config_new(), event_config_free(), event_base_new_with_config(),