From 6d8bcbd192d6d5bfe5077fd675e12734b72fb2be Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Nov 2014 13:01:33 +0100 Subject: bts: Fix typo in OML comment --- src/common/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/bts.c b/src/common/bts.c index 6cbafd1f..75ce73ea 100644 --- a/src/common/bts.c +++ b/src/common/bts.c @@ -196,7 +196,7 @@ int bts_link_estab(struct gsm_bts *bts) LOGP(DSUM, LOGL_INFO, "Main link established, sending Status'.\n"); - /* BTS and SITE MGR are EAABLED, BTS is DEPENDENCY */ + /* BTS and SITE MGR are EANBLED, BTS is DEPENDENCY */ oml_tx_state_changed(&bts->site_mgr.mo); oml_tx_state_changed(&bts->mo); -- cgit v1.2.3