From a17043f2b46ae50578b0eb52cffc67182a1adc51 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 14 Sep 2021 19:15:45 +0200 Subject: [PATCH] cosmetic: fix typo in comment Change-Id: I0e4fdad66c0bad849a7b960cf78f9f45b56fcb95 --- src/common/abis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/abis.c b/src/common/abis.c index 7503798d1..fc8773950 100644 --- a/src/common/abis.c +++ b/src/common/abis.c @@ -192,7 +192,7 @@ static void abis_link_failed_onenter(struct osmo_fsm_inst *fi, uint32_t prev_sta struct gsm_bts *bts = priv->bts; /* None of the configured BSCs was reachable or there was an existing - * OML/RSL connection that beoke. Initiate BTS process shut down now. */ + * OML/RSL connection that broke. Initiate BTS process shut down now. */ bts_model_abis_close(bts); }