[MERGED] osmo-bts[master]: fix typo in error message ('at lEast')

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jun 17 01:30:08 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

Change subject: fix typo in error message ('at lEast')
......................................................................


fix typo in error message ('at lEast')

Change-Id: I6ac3606157dc6c81ed17cd6d26227da8ae26c49f
---
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 d19c284..5e0f1a1 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -287,7 +287,7 @@
 	}
 
 	if (!phy_link_by_num(0)) {
-		fprintf(stderr, "You need to configure at last phy0\n");
+		fprintf(stderr, "You need to configure at least phy0\n");
 		exit(1);
 	}
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ac3606157dc6c81ed17cd6d26227da8ae26c49f
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list