mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-10 04:58:12 -05: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:
+1
-1
@@ -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