]> granicus.if.org Git - libevent/commitdiff
Fix typo
authorXiaozhou Liu <lxz1983@gmail.com>
Thu, 5 Jul 2018 03:25:24 +0000 (11:25 +0800)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 29 Jul 2018 21:50:32 +0000 (00:50 +0300)
Closes: #658
include/event2/event.h

index a95b5b9df57df1959d7d15a66912b31e6cffdf8e..1e106f76e4b8327c7a957b846cae12ce220cf172 100644 (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(),