cosmetic: mgw_fsm: Fix typo in log

Change-Id: I80aa61a288ab37c51510af67c784498f5949fc50
This commit is contained in:
Pau Espin 2022-06-14 18:07:52 +02:00
parent 1d1839a34b
commit de8b170d1a
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ int handle_rab_ass_req(struct hnbgw_context_map *map, struct osmo_prim_hdr *oph,
initialized = true;
}
/* The RTP stream negortiation usually begins with a RAB-AssignmentRequest and ends with an IU-Release, however
/* The RTP stream negotiation usually begins with a RAB-AssignmentRequest and ends with an IU-Release, however
* it may also be thet the MSC decides to release the RAB with a dedicated RAB-AssignmentRequest that contains
* a ReleaseList. In this case an FSM will already be present. */
if (map->mgw_fi) {