From 1a7048d69afcbe5b3dcaf2df8466d321d3d35c7d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 4 Jan 2023 15:37:00 +0100 Subject: [PATCH] cosmetic: Fix grammar suggesting reading _the_ user manual without the *the*, the sentence sounds Russian - and it wasn't even added by Vadim or Max :P Change-Id: I95b66c6cc88f545eb738945233bd2e560abf4711 --- 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 704203c45..2a221d335 100644 --- a/src/libosmo-mgcp-client/mgcp_client_vty.c +++ b/src/libosmo-mgcp-client/mgcp_client_vty.c @@ -55,7 +55,7 @@ struct mgcp_client_conf *get_mgcp_client_config(struct vty *vty) /* Global single MGCP config, deprecated: */ vty_out(vty, "%% MGCP commands outside of 'mgw' nodes are deprecated. " - "You should consider reading User Manual and migrating to 'mgw' node.%s", + "You should consider reading the User Manual and migrating to 'mgw' node.%s", VTY_NEWLINE); return global_mgcp_client_conf;