Skip to content
Prev Previous commit
Next Next commit
Fix typo: enought -> enough
Also ensure the comment is not ending with a free-floating "a" particle.
  • Loading branch information
jnpkrn committed Jun 16, 2016
commit ca0d94d861639719fc658ee97eeb32f25e902980
4 changes: 2 additions & 2 deletions src/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ static void process_recv(int ci)
struct sockaddr_storage sa;
int rv;
socklen_t sa_len;
/* beware, the buffer needs to be large enought to accept a
* packet */
/* beware, the buffer needs to be large enough to accept
* a packet */
char buffer[MAX_MSG_LEN];
/* Used for unit tests */
struct boothc_ticket_msg *msg;
Expand Down