logging typo 'extected'

Change-Id: I6ebdf3aa49bc27544414be1a4a0334e28faa83aa
This commit is contained in:
Neels Hofmeyr 2020-01-09 04:48:11 +01:00
parent b9b8038a9b
commit 89400f4f5a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static int mm_rx_id_resp(struct msc_a *msc_a, struct msgb *msg)
return -EINVAL;
} else if (mi_type != msc_a->mm_id_req_type) {
LOGP(DMM, LOGL_NOTICE, "MM Identity Response contains unexpected "
"Mobile Identity type %s (extected %s)\n",
"Mobile Identity type %s (expected %s)\n",
gsm48_mi_type_name(mi_type),
gsm48_mi_type_name(msc_a->mm_id_req_type));
return -EINVAL;