mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user