Fixed spelling error in comment

FossilOrigin-Name: 9ef08ec78d305334196f65e7e2a45d8ac104196e38c57554717cced614c0426a
This commit is contained in:
7u83@mail.ru 2014-07-26 18:23:07 +00:00
parent ac4e36202e
commit e96ccd6cb5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void conn_q_add_packet(struct conn * conn,uint8_t *packet,int len)
if (conn->qrpos==qwpos){
/* no buffers, discard packet */
cw_log_debug0( "Discarding packet, no queu buffers left");
cw_log_debug0( "Discarding packet, no queue buffers left");
return;
}