aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-17 18:16:27 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-17 18:16:27 +0200
commit1b11dd31a3baad333d19bde98e51d6ab6cb25044 (patch)
treeb443978d8f61b1801604c89125271476c217db67
parent78e3983526e174262ee4d8719f8f2df16bef045d (diff)
cosmetic: Fix typo in comment
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 54526098d..863ceeafd 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -829,7 +829,7 @@ static int bsc_mgw_setup(void)
struct mgcp_client *mgcp_client_single;
unsigned int pool_members_initalized;
- /* Initalize MGW pool. This initalizes and connects all MGCP clients that are currently configured in
+ /* Initialize MGW pool. This initalizes and connects all MGCP clients that are currently configured in
* the pool. Adding additional MGCP clients to the pool is possible but the user has to configure and
* (re)connect them manually from the VTY. */
pool_members_initalized = mgcp_client_pool_connect(bsc_gsmnet->mgw.mgw_pool);