]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
vshCmddefCheckInternals: Fix typo
authorTim Wiederhake <twiederh@redhat.com>
Wed, 22 Sep 2021 12:37:49 +0000 (14:37 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Fri, 1 Oct 2021 11:12:23 +0000 (13:12 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/vsh.c

index 189c452f7300448af249aa0744ea4c17218a95c4..7b77acad340d9bd9f6762684d6d757d00d2b9d4a 100644 (file)
@@ -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;
         }