From d23e38020fdbb685570145acd3a35e22a5a91344 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 24 Dec 2017 16:34:22 +0100 Subject: typo: osmo-stp main: 'Erro' Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb --- stp/stp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ int main(int argc, char **argv) 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); } -- cgit v1.2.3