From 06e6f8a95e2f630fd0f7bf5c91e70bd5a4c2d7bc Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Tue, 16 Jul 2019 21:13:12 +0200 Subject: Fix some spelling errors found by lintian Change-Id: I63a733f8bea69f355a6686d99c3aa194c8ac9012 --- src/osmo-bsc/a_reset.c | 2 +- src/osmo-bsc/abis_om2000_vty.c | 2 +- src/osmo-bsc/bsc_vty.c | 2 +- src/osmo-bsc/osmo_bsc_main.c | 2 +- src/osmo-bsc/osmo_bsc_sigtran.c | 2 +- src/osmo-bsc/osmo_bsc_vty.c | 2 +- src/osmo-bsc/pcu_sock.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/osmo-bsc/a_reset.c b/src/osmo-bsc/a_reset.c index 3c2114219..fc59ff4da 100644 --- a/src/osmo-bsc/a_reset.c +++ b/src/osmo-bsc/a_reset.c @@ -71,7 +71,7 @@ static void fsm_disc_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data) { struct reset_ctx *reset_ctx = (struct reset_ctx *)fi->priv; OSMO_ASSERT(reset_ctx); - LOGPFSML(fi, LOGL_NOTICE, "SIGTRAN connection succeded.\n"); + LOGPFSML(fi, LOGL_NOTICE, "SIGTRAN connection succeeded.\n"); reset_ctx->conn_loss_counter = 0; osmo_fsm_inst_state_chg(fi, ST_CONN, 0, 0); diff --git a/src/osmo-bsc/abis_om2000_vty.c b/src/osmo-bsc/abis_om2000_vty.c index faf39c106..3ae870e8a 100644 --- a/src/osmo-bsc/abis_om2000_vty.c +++ b/src/osmo-bsc/abis_om2000_vty.c @@ -368,7 +368,7 @@ DEFUN(del_om2k_con_group, del_om2k_con_group_cmd, #define CON_PATH_HELP "CON Path (In/Out)\n" \ "Add CON Path to Concentration Group\n" \ "Delete CON Path from Concentration Group\n" \ - "CON Conection Point\n" \ + "CON Connection Point\n" \ "Contiguity Index\n" \ DEFUN(cfg_om2k_con_path_dec, cfg_om2k_con_path_dec_cmd, diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c index c4e091ca7..24f831378 100644 --- a/src/osmo-bsc/bsc_vty.c +++ b/src/osmo-bsc/bsc_vty.c @@ -2371,7 +2371,7 @@ DEFUN(cfg_bts_oml_e1_tei, DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd, "channel allocator (ascending|descending)", - "Channnel Allocator\n" "Channel Allocator\n" + "Channel Allocator\n" "Channel Allocator\n" "Allocate Timeslots and Transceivers in ascending order\n" "Allocate Timeslots and Transceivers in descending order\n") { diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index 0e0e8ca68..aba8c40c7 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -906,7 +906,7 @@ int main(int argc, char **argv) } if (osmo_bsc_sigtran_init(&bsc_gsmnet->bsc_data->mscs) != 0) { - LOGP(DNM, LOGL_ERROR, "Failed to initalize sigtran backhaul.\n"); + LOGP(DNM, LOGL_ERROR, "Failed to initialize sigtran backhaul.\n"); exit(1); } diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c index 763e1e161..0bf48a75f 100644 --- a/src/osmo-bsc/osmo_bsc_sigtran.c +++ b/src/osmo-bsc/osmo_bsc_sigtran.c @@ -564,7 +564,7 @@ int osmo_bsc_sigtran_init(struct llist_head *mscs) /* Start MSC-Reset procedure */ a_reset_alloc(msc, msc_name, osmo_bsc_sigtran_reset_cb); - /* If we have detected that the SS7 configuration of the MSC we have just initalized + /* If we have detected that the SS7 configuration of the MSC we have just initialized * was incomplete or completely missing, we can not tolerate another incomplete * configuration. The reson for this is that we do only specify exactly one default * pointcode pair. We also specify localhost as default IP-Address. If we have wanted diff --git a/src/osmo-bsc/osmo_bsc_vty.c b/src/osmo-bsc/osmo_bsc_vty.c index 4591ad19a..e656d7079 100644 --- a/src/osmo-bsc/osmo_bsc_vty.c +++ b/src/osmo-bsc/osmo_bsc_vty.c @@ -569,7 +569,7 @@ static void enforce_standard_ssn(struct vty *vty, struct osmo_sccp_addr *addr) if (addr->presence & OSMO_SCCP_ADDR_T_SSN) { if (addr->ssn != OSMO_SCCP_SSN_BSSAP) vty_out(vty, - "setting an SSN (%u) different from the standard (%u) is not allowd, will use standard SSN for address: %s%s", + "setting an SSN (%u) different from the standard (%u) is not allowed, will use standard SSN for address: %s%s", addr->ssn, OSMO_SCCP_SSN_BSSAP, osmo_sccp_addr_dump(addr), VTY_NEWLINE); } diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index b71621dae..4425117c7 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -421,7 +421,7 @@ static int pcu_rx(struct gsm_network *net, uint8_t msg_type, rc = pcu_rx_data_req(bts, msg_type, &pcu_prim->u.data_req); break; default: - LOGP(DPCU, LOGL_ERROR, "Received unknwon PCU msg type %d\n", + LOGP(DPCU, LOGL_ERROR, "Received unknown PCU msg type %d\n", msg_type); rc = -EINVAL; } -- cgit v1.2.3