aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-10-19 14:37:12 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-10 22:53:15 +0100
commit65482c919f82b28aa53cd519c4f7799b104051c0 (patch)
treeb61ecd60bf7f652bc2bf5b81fe9f497067a38175 /openbsc
parent98fa3dc1c655033b31d90ed051cfa9144e30248c (diff)
sgsn_vty.c: fix typo
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/sgsn_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_vty.c b/openbsc/src/gprs/sgsn_vty.c
index dd6ed25ad..3a73c9f55 100644
--- a/openbsc/src/gprs/sgsn_vty.c
+++ b/openbsc/src/gprs/sgsn_vty.c
@@ -94,7 +94,7 @@ const struct value_string sgsn_auth_pol_strs[] = {
}
DECLARE_TIMER(3312, "Periodic RA Update timer (s)")
-DECLARE_TIMER(3322, "Detach reqest -> accept timer (s)")
+DECLARE_TIMER(3322, "Detach request -> accept timer (s)")
DECLARE_TIMER(3350, "Waiting for ATT/RAU/TMSI_COMPL timer (s)")
DECLARE_TIMER(3360, "Waiting for AUTH/CIPH response timer (s)")
DECLARE_TIMER(3370, "Waiting for IDENTITY response timer (s)")