Cosmetic: correct spelling error in logging

Change-Id: I1f323a738f2c8ff21984b574a0ff47fe175e9161
This commit is contained in:
Keith Whyte 2018-08-31 16:02:23 +02:00
parent 741c51bb61
commit 5b1621bf53
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static void call_progress(struct sip_call_leg *leg, const sip_t *sip, int status
if (status == 183)
sdp_extract_sdp(leg, sip, false);
LOGP(DSIP, LOGL_NOTICE, "leg(%p) is now rining.\n", leg);
LOGP(DSIP, LOGL_NOTICE, "leg(%p) is now ringing.\n", leg);
other->ring_call(other);
}