cosmetic: Fix typo in comment

Change-Id: I6afe7a7a2ae977782e7f13b1ee90b6c8aafe3050
This commit is contained in:
Pau Espin 2022-10-17 18:16:27 +02:00
parent 78e3983526
commit 1b11dd31a3
1 changed files with 1 additions and 1 deletions

View File

@ -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);