Skip to content

Commit

Permalink
Fix an extraneous word; spotted by roxlu
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Oct 22, 2012
1 parent 86a80f7 commit ef17f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ref8_listener.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void evconnlistener_free(struct evconnlistener *lev);

The two evconnlistener_new*() functions both allocate and return a new
connection listener object. A connection listener uses an event_base to
note when a there is a new TCP connection on a given listener socket.
note when there is a new TCP connection on a given listener socket.
When a new connection arrives, it invokes the callback function you give it.

In both functions, the 'base' parameter is an event_base that the listener
Expand Down

0 comments on commit ef17f42

Please sign in to comment.