aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-07-16 21:13:12 +0200
committerHoernchen <ewild@sysmocom.de>2019-07-16 20:15:53 +0000
commit06e6f8a95e2f630fd0f7bf5c91e70bd5a4c2d7bc (patch)
treef0d8aabc6daa2d410ddd8fba9329e72b4e9046b7
parentafe987f848f11ceb48c7be1f7842df44363efcd0 (diff)
Fix some spelling errors found by lintian
-rw-r--r--doc/manuals/vty/bsc_vty_reference.xml6
-rw-r--r--src/osmo-bsc/a_reset.c2
-rw-r--r--src/osmo-bsc/abis_om2000_vty.c2
-rw-r--r--src/osmo-bsc/bsc_vty.c2
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c2
-rw-r--r--src/osmo-bsc/osmo_bsc_sigtran.c2
-rw-r--r--src/osmo-bsc/osmo_bsc_vty.c2
-rw-r--r--src/osmo-bsc/pcu_sock.c2
8 files changed, 10 insertions, 10 deletions
diff --git a/doc/manuals/vty/bsc_vty_reference.xml b/doc/manuals/vty/bsc_vty_reference.xml
index 4d25e6989..db4f2c11e 100644
--- a/doc/manuals/vty/bsc_vty_reference.xml
+++ b/doc/manuals/vty/bsc_vty_reference.xml
@@ -2958,7 +2958,7 @@
</command>
<command id='channel allocator (ascending|descending)'>
<params>
- <param name='channel' doc='Channnel Allocator' />
+ <param name='channel' doc='Channel Allocator' />
<param name='allocator' doc='Channel Allocator' />
<param name='ascending' doc='Allocate Timeslots and Transceivers in ascending order' />
<param name='descending' doc='Allocate Timeslots and Transceivers in descending order' />
@@ -4830,7 +4830,7 @@
<param name='con-path' doc='CON Path (In/Out)' />
<param name='add' doc='Add CON Path to Concentration Group' />
<param name='del' doc='Delete CON Path from Concentration Group' />
- <param name='&lt;0-2047&gt;' doc='CON Conection Point' />
+ <param name='&lt;0-2047&gt;' doc='CON Connection Point' />
<param name='&lt;0-255&gt;' doc='Contiguity Index' />
<param name='deconcentrated' doc='De-concentrated in/outlet' />
<param name='&lt;0-63&gt;' doc='TEI Value' />
@@ -4841,7 +4841,7 @@
<param name='con-path' doc='CON Path (In/Out)' />
<param name='add' doc='Add CON Path to Concentration Group' />
<param name='del' doc='Delete CON Path from Concentration Group' />
- <param name='&lt;0-2047&gt;' doc='CON Conection Point' />
+ <param name='&lt;0-2047&gt;' doc='CON Connection Point' />
<param name='&lt;0-255&gt;' doc='Contiguity Index' />
<param name='concentrated' doc='Concentrated in/outlet' />
<param name='&lt;1-16&gt;' doc='Tag Number' />
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;
}