From: Tim Wiederhake Date: Wed, 22 Sep 2021 12:37:49 +0000 (+0200) Subject: vshCmddefCheckInternals: Fix typo X-Git-Tag: v7.9.0-rc1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad3c95f4bef5c7c9657de470fb74a4d14c8a331;p=thirdparty%2Flibvirt.git vshCmddefCheckInternals: Fix typo Signed-off-by: Tim Wiederhake Reviewed-by: Ján Tomko --- diff --git a/tools/vsh.c b/tools/vsh.c index 189c452f73..7b77acad34 100644 --- a/tools/vsh.c +++ b/tools/vsh.c @@ -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; }