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 <pes...@sysmocom.de>

Reply via email to