Skip to content

Commit

Permalink
Fix a typo in the bufferevent documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Mar 25, 2012
1 parent 25a424f commit 98e9119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/event2/bufferevent.h
Expand Up @@ -743,7 +743,7 @@ ev_ssize_t bufferevent_get_max_to_read(struct bufferevent *bev);
ev_ssize_t bufferevent_get_max_to_write(struct bufferevent *bev);

/**
@name GrouprRate limit inspection
@name Group Rate limit inspection
Return the read or write bucket size for a bufferevent rate limit
group. Note that it can return a negative value if bufferevents in
Expand Down

0 comments on commit 98e9119

Please sign in to comment.