hnb-test: Fix typo in vty cmd description

Change-Id: Id33e2e8caa37dc359d564188747cd4c1b8bc4064
This commit is contained in:
Pau Espin 2021-07-05 12:18:47 +02:00
parent 7fcd33df8c
commit 1f6c117d07
1 changed files with 1 additions and 1 deletions

View File

@ -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]);