[libvirt PATCH] vshCmddefCheckInternals: Fix typo

Ján Tomko jtomko at redhat.com
Mon Sep 27 15:31:28 UTC 2021


On a Monday in 2021, Tim Wiederhake wrote:
>Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
>---
> tools/vsh.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>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;
>         }

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20210927/44153758/attachment-0001.sig>


More information about the libvir-list mailing list