cosmetic: fix spelling in logging message: existAnt -> existEnt

Change-Id: Id803d0c71f3762b8353289853918ea78859780b4
This commit is contained in:
Vadim Yanitskiy 2020-10-29 18:05:22 +07:00
parent dfbc2cbbc2
commit c47d5c0d77
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ DEFUN(cfg_no_euse, cfg_no_euse_cmd,
{
struct hlr_euse *euse = euse_find(g_hlr, argv[0]);
if (!euse) {
vty_out(vty, "%% Cannot remove non-existant EUSE %s%s", argv[0], VTY_NEWLINE);
vty_out(vty, "%% Cannot remove non-existent EUSE %s%s", argv[0], VTY_NEWLINE);
return CMD_WARNING;
}
if (g_hlr->euse_default == euse) {