From 1f6c117d0747e476018d64df9411c2502ce37da4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 5 Jul 2021 12:18:47 +0200 Subject: hnb-test: Fix typo in vty cmd description Change-Id: Id33e2e8caa37dc359d564188747cd4c1b8bc4064 --- src/tests/hnb-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- cgit v1.2.3