aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-05 12:18:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-07-05 12:18:47 +0200
commit1f6c117d0747e476018d64df9411c2502ce37da4 (patch)
treedfc3eb11ae03b18f50651ff984a043f396bfc275
parent7fcd33df8cdaddbb171deed698bd881ebe0b48c9 (diff)
hnb-test: Fix typo in vty cmd description
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index acd8b13..b612814 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -790,7 +790,7 @@ DEFUN(ue_register, ue_register_cmd,
}
DEFUN(asn_dbg, asn_dbg_cmd,
- "asn-debug (1|0)", "Enable or disabel libasn1c debugging")
+ "asn-debug (1|0)", "Enable or disable libasn1c debugging")
{
asn_debug = atoi(argv[0]);