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
This commit is contained in:
Harald Welte 2023-01-04 15:37:00 +01:00 committed by laforge
parent c70c08cd49
commit 1a7048d69a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct mgcp_client_conf *get_mgcp_client_config(struct vty *vty)
/* Global single MGCP config, deprecated: */ /* Global single MGCP config, deprecated: */
vty_out(vty, "%% MGCP commands outside of 'mgw' nodes are 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); VTY_NEWLINE);
return global_mgcp_client_conf; return global_mgcp_client_conf;