From a29affda9871f5d7212d19a6fa50544c2108ae49 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 13 Nov 2019 22:10:41 +0100 Subject: Fix some typos Fix typos and common misspellings in code comments and in the manual. Change-Id: I46fc9d424620c77ae9ccf78b58081bd303386d7c --- src/osmo-bsc/handover_decision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/handover_decision.c') diff --git a/src/osmo-bsc/handover_decision.c b/src/osmo-bsc/handover_decision.c index 0bfbce20d..533840024 100644 --- a/src/osmo-bsc/handover_decision.c +++ b/src/osmo-bsc/handover_decision.c @@ -180,7 +180,7 @@ static void attempt_handover(struct gsm_meas_rep *mr) if (nmp->arfcn == 0) continue; - /* caculate average rxlev for this cell over the window */ + /* calculate average rxlev for this cell over the window */ avg = neigh_meas_avg(nmp, ho_get_hodec1_rxlev_neigh_avg_win(bts->ho)); /* check if hysteresis is fulfilled */ -- cgit v1.2.3