Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Maybe I should spell rite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Nov 26, 2015
1 parent 516d64d commit 2114210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evhtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ EVHTP_EXPORT void evhtp_unbind_socket(evhtp_t * htp);
*
* @return 0 on success, -1 on error (check errno)
*/
EVHTP_EXPORT int evhtp_accept_socke(evhtp_t * htp, evutil_socket_t sock, int backlog);
EVHTP_EXPORT int evhtp_accept_socket(evhtp_t * htp, evutil_socket_t sock, int backlog);

/**
* @brief bind to an already allocated sockaddr.
Expand Down

0 comments on commit 2114210

Please sign in to comment.