Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes: libevent#658
  • Loading branch information
boat0 authored and azat committed Jul 29, 2018
1 parent 514dc75 commit 30d77f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/event2/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 30d77f1

Please sign in to comment.