rtp_proxy.c: Spelling fix, kook -> look

This commit is contained in:
Holger Hans Peter Freyther 2009-07-29 06:46:26 +02:00
parent b45649460d
commit 89acf061c2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct rtcp_hdr {
#define RTCP_IE_CNAME 1
/* iterate over all chunks in one RTCP message, kook for CNAME IEs and
/* iterate over all chunks in one RTCP message, look for CNAME IEs and
* replace all of those with 'new_cname' */
static int rtcp_sdes_cname_mangle(struct msgb *msg, struct rtcp_hdr *rh,
u_int16_t *rtcp_len, const char *new_cname)