From f633302c739e3edf80c36242fba70e0738d32649 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 13 Oct 2022 13:20:10 +0200 Subject: [PATCH] cosmetic: Fix typo in comment Change-Id: I6b0fcd7ee13e0e712d47741258f83a6f98503e27 --- src/libosmo-mgcp-client/mgcp_client_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libosmo-mgcp-client/mgcp_client_vty.c b/src/libosmo-mgcp-client/mgcp_client_vty.c index 4bf6cd017..88b056bce 100644 --- a/src/libosmo-mgcp-client/mgcp_client_vty.c +++ b/src/libosmo-mgcp-client/mgcp_client_vty.c @@ -35,7 +35,7 @@ #define MGW_STR MGCP_CLIENT_MGW_STR -/* Only common (non-pooled) VTY connands will use this talloc context. All +/* Only common (non-pooled) VTY commands will use this talloc context. All * pooled VTY commands will use the pool (global_mgcp_client_pool) as * talloc context. */ static void *global_mgcp_client_ctx = NULL;