From de111bc1f83923097ae61d687e1b88f1737c82c5 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 13 Jan 2016 11:54:40 +0100 Subject: [PATCH] hnbgw: fix errmsg typo --- src/hnbgw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnbgw.c b/src/hnbgw.c index a6787c66..23537087 100644 --- a/src/hnbgw.c +++ b/src/hnbgw.c @@ -436,7 +436,7 @@ int main(int argc, char **argv) osmo_stream_srv_link_set_accept_cb(srv, accept_cb); if (osmo_stream_srv_link_open(srv) < 0) { - perror("Cannot oper server"); + perror("Cannot open server"); exit(1); } g_hnb_gw->iuh = srv;