mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
vshCmddefCheckInternals: Fix typo
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
9c1e5a5158
commit
4ad3c95f4b
@ -279,7 +279,7 @@ vshCmddefCheckInternals(vshControl *ctl,
|
||||
}
|
||||
|
||||
if (!(alias = vshCmddefSearch(cmd->alias))) {
|
||||
vshError(ctl, _("command alias '%s' is pointing to a non-existant command '%s'"),
|
||||
vshError(ctl, _("command alias '%s' is pointing to a non-existent command '%s'"),
|
||||
cmd->name, cmd->alias);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user