aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-29 06:46:26 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-29 06:46:26 +0200
commit89acf061c257912e6a8487a4f000dfb22d162c9c (patch)
tree2f9bbeccc697873693c7752629a4356ae9ce3836 /openbsc
parentb45649460dd765d8491bfdf17377e8f601c6c8a7 (diff)
rtp_proxy.c: Spelling fix, kook -> look
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/rtp_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/rtp_proxy.c b/openbsc/src/rtp_proxy.c
index 61fc38575..d924aab5f 100644
--- a/openbsc/src/rtp_proxy.c
+++ b/openbsc/src/rtp_proxy.c
@@ -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)