Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Musinux committed Jun 10, 2016
1 parent fdd441e commit 285a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onion/response.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ onion_connection_status onion_response_free(onion_response *res){

int r=OCS_CLOSE_CONNECTION;

// it is a rare ocassion that there is no request, but although unlikely, it may happend
// it is a rare ocasion that there is no request, but although unlikely, it may happen
if (req){
// keep alive only on HTTP/1.1.
ONION_DEBUG0("keep alive [req wants] %d && ([skip] %d || [lenght ok] %d==%d || [chunked] %d)",
Expand Down

0 comments on commit 285a11c

Please sign in to comment.