main.c: bts_main: fix typo in error message

Change-Id: Ib44fce36a945042e92ea3f4173e72c1ce5f66fb8
This commit is contained in:
Pau Espin 2018-02-07 11:16:28 +01:00 committed by Harald Welte
parent 9955cc4306
commit 98f3f70079
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ int bts_main(int argc, char **argv)
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);
}