summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/subscriber.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2013-01-07 11:52:50 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 22:12:25 +0100
commitdadafc49fbeb29287e8c23dbc6e800abe56ff9c6 (patch)
tree362b8eb2d21b39ff8689daf75966ed9ce234c10c /src/host/layer23/src/mobile/subscriber.c
parentbff6bb7b5471829ed419238037986760e457c817 (diff)
misc: Fix typos
Diffstat (limited to 'src/host/layer23/src/mobile/subscriber.c')
-rw-r--r--src/host/layer23/src/mobile/subscriber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/subscriber.c b/src/host/layer23/src/mobile/subscriber.c
index c2a0af7f..fa59d9fa 100644
--- a/src/host/layer23/src/mobile/subscriber.c
+++ b/src/host/layer23/src/mobile/subscriber.c
@@ -1205,7 +1205,7 @@ void gsm_subscr_dump(struct gsm_subscriber *subscr,
print(priv, " Status: %s IMSI %s", subscr_ustate_names[subscr->ustate],
(subscr->imsi_attached) ? "attached" : "detached");
if (subscr->tmsi != 0xffffffff)
- print(priv, " TSMI 0x%08x", subscr->tmsi);
+ print(priv, " TMSI 0x%08x", subscr->tmsi);
if (subscr->lac > 0x0000 && subscr->lac < 0xfffe) {
print(priv, "\n");
print(priv, " LAI: MCC %s MNC %s LAC 0x%04x "