Skip to content

Commit

Permalink
A few typos and an omission.
Browse files Browse the repository at this point in the history
  • Loading branch information
mistotebe authored and nmathewson committed Aug 15, 2012
1 parent ca46b10 commit 0f87867
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Ref4_event.txt
Expand Up @@ -181,8 +181,8 @@ Creating an event as its own callback argument

Frequently, you might want to create an event that receives itself as a
callback argument. You can't just pass a pointer to the event as an argument
to event_new(), though, because . To solve this problem, you can use
event_self_cbarg().
to event_new(), though, because it does not exist yet. To solve this problem,
you can use event_self_cbarg().

.Interface
[code,C]
Expand Down
2 changes: 1 addition & 1 deletion Ref6_bufferevent.txt
Expand Up @@ -424,7 +424,7 @@ field. Any of these pointers set to NULL will be ignored.

The bufferevent_setcb() function was introduced in Libevent 1.4.4. The type
names "bufferevent_data_cb" and "bufferevent_event_cb" were new in Libevent
2.0.2-alpha. The bufferevent_getcb() functino was added in 2.1.1-alpha.
2.0.2-alpha. The bufferevent_getcb() function was added in 2.1.1-alpha.

.Interface
[code,C]
Expand Down
2 changes: 1 addition & 1 deletion Ref9_dns.txt
Expand Up @@ -357,7 +357,7 @@ Otherwise, it leaves the evdns_base empty, with no nameservers or
options configured.

When you no longer need an evdns_base, you can free it with
evdns_base_free. If its 'fail_request' argument is true, it will
evdns_base_free. If its 'fail_requests' argument is true, it will
make all in-flight requests get their callbacks invoked with a
'canceled' error code before it frees the base.

Expand Down

0 comments on commit 0f87867

Please sign in to comment.