Neels Hofmeyr has submitted this change and it was merged.

Change subject: typo: osmo-stp main: 'Erro'
......................................................................


typo: osmo-stp main: 'Erro'

Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb
---
M stp/stp_main.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/stp/stp_main.c b/stp/stp_main.c
index 3216101..1e0c099 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -187,7 +187,7 @@
 
        rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), 
OSMO_VTY_PORT_STP);
        if (rc < 0) {
-               perror("Erro binding VTY port\n");
+               perror("Error binding VTY port\n");
                exit(1);
        }
 

-- 
To view, visit https://gerrit.osmocom.org/5568
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to