laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-cbc/+/28796 )

Change subject: vty: Fix typo in vty output
......................................................................

vty: Fix typo in vty output

Change-Id: I601f9ebcf17c5129edbce5b3ac7f0fd8294dd572
---
M src/cbc_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved



diff --git a/src/cbc_vty.c b/src/cbc_vty.c
index bb445b3..1f19878 100644
--- a/src/cbc_vty.c
+++ b/src/cbc_vty.c
@@ -247,7 +247,7 @@
        if (!cbc_msg)
                cbc_msg = cbc_message_expired_by_id(msgid);
        if (!cbc_msg) {
-               vty_out(vty, "Unknown Messsage ID %s%s", argv[0], VTY_NEWLINE);
+               vty_out(vty, "Unknown Message ID %s%s", argv[0], VTY_NEWLINE);
                return CMD_WARNING;
        }
        smscb = &cbc_msg->msg;

--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28796
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I601f9ebcf17c5129edbce5b3ac7f0fd8294dd572
Gerrit-Change-Number: 28796
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to