[PATCH] 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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Feb 7 10:16:35 UTC 2018


Review at  https://gerrit.osmocom.org/6309

main.c: bts_main: fix typo in error message

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/09/6309/1

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: newchange
Gerrit-Change-Id: Ib44fce36a945042e92ea3f4173e72c1ce5f66fb8
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list