aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 10:40:11 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 10:40:31 +0100
commit082e21dbb5226043a8d1e8374ebb8fecc57fdd26 (patch)
tree85c3a7093ee7f68c9d0d5f9e36caa7fe32c8604e
parenta82cc5321e841ab4ce17f1995a2cf7f2552a8217 (diff)
bts: Fix a typo in the log message
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 046326b..b5d15bc 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -79,7 +79,7 @@ int bts_model_init(struct gsm_bts *bts)
rc = sysmobts_get_nominal_power(bts->c0);
if (rc < 0) {
LOGP(DL1C, LOGL_FATAL, "Cannot determine nominal "
- "ansmit power\n");
+ "transmit power\n");
return -EIO;
}
bts->c0->nominal_power = rc;