From de8b170d1ae52cf7653c4511697276d3a0ddef4e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 14 Jun 2022 18:07:52 +0200 Subject: [PATCH] cosmetic: mgw_fsm: Fix typo in log Change-Id: I80aa61a288ab37c51510af67c784498f5949fc50 --- src/osmo-hnbgw/mgw_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-hnbgw/mgw_fsm.c b/src/osmo-hnbgw/mgw_fsm.c index 1974e33..5dd613f 100644 --- a/src/osmo-hnbgw/mgw_fsm.c +++ b/src/osmo-hnbgw/mgw_fsm.c @@ -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) {