[MERGED] osmo-bts[master]: main.c: bts_main: fix typo in error message

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 8 17:15:01 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: main.c: bts_main: fix typo in error message
......................................................................


main.c: bts_main: fix typo in error message

Change-Id: Ib44fce36a945042e92ea3f4173e72c1ce5f66fb8
---
M src/common/main.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/common/main.c b/src/common/main.c
index c998c45..2804ca6 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -344,7 +344,7 @@
 
 	rc = phy_links_open();
 	if (rc < 0) {
-		fprintf(stderr, "unable ot open PHY link(s)\n");
+		fprintf(stderr, "unable to open PHY link(s)\n");
 		exit(2);
 	}
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib44fce36a945042e92ea3f4173e72c1ce5f66fb8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list