Skip to content

Commit

Permalink
sipcapture: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent cc593d7 commit f4278a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sipcapture/hep.c
Expand Up @@ -139,7 +139,7 @@ int hepv2_received(char *buf, unsigned int len, struct receive_info *ri){
else if(heph->hp_p == IPPROTO_SCTP) ri->proto=PROTO_SCTP;
#endif
else {
LOG(L_ERR, "ERROR: sipcapture:hep_msg_received: unknow protocol [%d]\n",heph->hp_p);
LOG(L_ERR, "ERROR: sipcapture:hep_msg_received: unknown protocol [%d]\n",heph->hp_p);
ri->proto = PROTO_NONE;
}

Expand Down

0 comments on commit f4278a7

Please sign in to comment.