Closes: #658
(cherry picked from commit 30d77f1b59bcd1433a89e803b9fa045c50883868)
This commit is contained in:
Xiaozhou Liu 2018-07-05 11:25:24 +08:00 committed by Azat Khuzhin
parent 0d5dde5357
commit aade513b4e
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -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(),