aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-08 12:06:50 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-06-17 01:30:08 +0000
commit6ab1ed580d8d408b46f8e181ad9e8d12a91f7d51 (patch)
treea44493bd2aa73a515c12c5629a24f1c37511f14e
parent213db32e3066acdc310788ad850d08c6baa9ac70 (diff)
fix typo in error message ('at lEast')
-rw-r--r--src/common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/main.c b/src/common/main.c
index d19c2840..5e0f1a16 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -287,7 +287,7 @@ int bts_main(int argc, char **argv)
}
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);
}