laforge submitted this change.

View Change

Approvals: fixeria: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
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
---
M src/libosmo-mgcp-client/mgcp_client_vty.c
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 704203c..2a221d3 100644
--- a/src/libosmo-mgcp-client/mgcp_client_vty.c
+++ b/src/libosmo-mgcp-client/mgcp_client_vty.c
@@ -55,7 +55,7 @@

/* 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;

To view, visit change 30859. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I95b66c6cc88f545eb738945233bd2e560abf4711
Gerrit-Change-Number: 30859
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged