From 5a8c0b2b5df42b21e6094be5815acd17a86a9f48 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 19 Apr 2018 18:44:04 +0200 Subject: cosmetic: fix typos in src/common/oml.c Change-Id: I6789421497182e957341b01a37a2d9b8d367adf9 Related: OS#2295 --- src/common/oml.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/oml.c b/src/common/oml.c index 5c9885e4..0958220c 100644 --- a/src/common/oml.c +++ b/src/common/oml.c @@ -21,7 +21,7 @@ */ /* - * Operation and Maintainance Messages + * Operation and Maintenance Messages */ #include "btsconfig.h" @@ -464,8 +464,8 @@ int oml_mo_tx_sw_act_rep(struct gsm_abis_mo *mo) return oml_mo_send_msg(mo, nmsg, NM_MT_SW_ACTIVATED_REP); } -/* the below defaults correpsond to the libocmocore default of 1s for - * DCCH and 2s for ACCH. The BSC should overried this via OML anyway. */ +/* The defaults below correspond to the libosmocore default of 1s for + * DCCH and 2s for ACCH. The BSC should override this via OML anyway. */ const unsigned int oml_default_t200_ms[7] = { [T200_SDCCH] = 1000, [T200_FACCH_F] = 1000, @@ -652,7 +652,7 @@ static int oml_rx_set_bts_attr(struct gsm_bts *bts, struct msgb *msg) case 0x02: /* Based on RXLEV/RXQUAL measurements */ default: LOGP(DOML, LOGL_NOTICE, "Given Conn. Failure Criterion " - "not supported. Please use critetion 0x01 with " + "not supported. Please use criterion 0x01 with " "RADIO_LINK_TIMEOUT value of 4..64\n"); return oml_fom_ack_nack(msg, NM_NACK_PARAM_RANGE); } -- cgit v1.2.3