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;