hnbgw: fix errmsg typo
diff --git a/src/hnbgw.c b/src/hnbgw.c
index a6787c6..2353708 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -436,7 +436,7 @@
 	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;