aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2018-09-30 20:51:43 +0200
committerMartin Hauke <mardnh@gmx.de>2018-09-30 20:51:43 +0200
commita82fc599b79ef8f6d673902943a2f4031130f7cf (patch)
tree866b47f09bb2d64c97ecef8aaad9b84ae91f91b5
parent0cdd712be343dbce63778982e6d10c8e37d00605 (diff)
cosmetics: Fix typo in bsc_vty.c
-rw-r--r--src/osmo-bsc/bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index d06ec578f..8e6ff3e0d 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -1768,7 +1768,7 @@ static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
DEFUN(show_paging,
show_paging_cmd,
"show paging [<0-255>]",
- SHOW_STR "Display information about paging reuqests of a BTS\n"
+ SHOW_STR "Display information about paging requests of a BTS\n"
BTS_NR_STR)
{
struct gsm_network *net = gsmnet_from_vty(vty);