laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29319 )
Change subject: cosmetic: Fix typos ......................................................................
cosmetic: Fix typos
it's "successful", not" "successfull".
Change-Id: Ic421ed6835a9ffca6af34779f0ea648bb12e2fe1 --- M src/osmo-hnbgw/hnbgw_hnbap.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c index 2a35491..98cec76 100644 --- a/src/osmo-hnbgw/hnbgw_hnbap.c +++ b/src/osmo-hnbgw/hnbgw_hnbap.c @@ -69,7 +69,7 @@ return rc; }
- /* generate a successfull outcome PDU */ + /* generate a unsuccessful outcome PDU */ msg = hnbap_generate_unsuccessful_outcome(HNBAP_ProcedureCode_id_HNBRegister, HNBAP_Criticality_reject, &asn_DEF_HNBAP_HNBRegisterReject, @@ -111,7 +111,7 @@ return rc; }
- /* generate a successfull outcome PDU */ + /* generate a successful outcome PDU */ msg = hnbap_generate_successful_outcome(HNBAP_ProcedureCode_id_HNBRegister, HNBAP_Criticality_reject, &asn_DEF_HNBAP_HNBRegisterAccept,