spelling stuff found by lintian

Change-Id: I8434640701746d5db8707472d1d26c313e0814e9
This commit is contained in:
Thorsten Alteholz 2019-07-16 21:15:36 +02:00 committed by Eric Wild
parent 89ccf5517c
commit 445bdccffa
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ static int rua_rx_initiating_msg(struct msgb *msg, RUA_InitiatingMessage_t *imsg
static int rua_rx_successful_outcome_msg(struct msgb *msg, RUA_SuccessfulOutcome_t *in)
{
/* FIXME */
LOGP(DRUA, LOGL_NOTICE, "Unexpected RUA Sucessful Outcome\n");
LOGP(DRUA, LOGL_NOTICE, "Unexpected RUA Successful Outcome\n");
return -1;
}