fix spelling mistake in log message

This commit is contained in:
Harald Welte 2010-12-27 00:02:59 +01:00
parent 6349b7f15e
commit 04d362f79d
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ static int ho_ipac_crcx_ack(struct gsm_lchan *new_lchan)
rsl_ipacc_mdcx_to_rtpsock(new_lchan);
if (!old_rs) {
LOGP(DHO, LOGL_ERROR, "no RTP socekt for old_lchan\n");
LOGP(DHO, LOGL_ERROR, "no RTP socket for old_lchan\n");
return -EIO;
}