aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_sigtran.c
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-11-13 22:10:41 +0100
committerMartin Hauke <mardnh@gmx.de>2019-11-13 22:10:41 +0100
commita29affda9871f5d7212d19a6fa50544c2108ae49 (patch)
treecb787a2ab132f4af1952c6422464b7b0b545d991 /src/osmo-bsc/osmo_bsc_sigtran.c
parent41eafec3f6ced5a389180629456d80d0a325d97c (diff)
Fix some typos
Fix typos and common misspellings in code comments and in the manual. Change-Id: I46fc9d424620c77ae9ccf78b58081bd303386d7c
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_sigtran.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_sigtran.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c
index 543e6de58..50b03ce47 100644
--- a/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/src/osmo-bsc/osmo_bsc_sigtran.c
@@ -475,7 +475,7 @@ static void osmo_bsc_sigtran_reset_cb(const void *priv)
static int asp_rx_unknown(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg);
-/* Initalize osmo sigtran backhaul */
+/* Initialize osmo sigtran backhaul */
int osmo_bsc_sigtran_init(struct llist_head *mscs)
{
bool free_attempt_used = false;
@@ -567,7 +567,7 @@ int osmo_bsc_sigtran_init(struct llist_head *mscs)
/* 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
+ * configuration. The reason 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
* to support multiple MSCs with automatic configuration we would be forced to invent
* a complex ruleset how to allocate the pointcodes and respective IP-Addresses.