From 1b11dd31a3baad333d19bde98e51d6ab6cb25044 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 17 Oct 2022 18:16:27 +0200 Subject: cosmetic: Fix typo in comment Change-Id: I6afe7a7a2ae977782e7f13b1ee90b6c8aafe3050 --- src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3