[libvirt] [PATCH] vbox: fix typo in warning message

Laine Stump laine at laine.org
Sun Aug 13 23:36:40 UTC 2017


On 08/11/2017 04:05 PM, Guido Günther wrote:
> ---
>  src/vbox/vbox_tmpl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/vbox/vbox_tmpl.c b/src/vbox/vbox_tmpl.c
> index 07f25ba24f..dffeabde02 100644
> --- a/src/vbox/vbox_tmpl.c
> +++ b/src/vbox/vbox_tmpl.c
> @@ -1836,7 +1836,7 @@ _mediumCreateDiffStorage(IMedium *medium ATTRIBUTE_UNUSED,
>      if (variantSize == 0)
>          return 0;
>      if (variantSize > 1)
> -        VIR_WARN("Only one variant is avaible in current version");
> +        VIR_WARN("Only one variant is available in current version");
>      return medium->vtbl->CreateDiffStorage(medium, target, variant[0], progress);
>  #else /* VBOX_API_VERSION >= 4003000 */
>      return medium->vtbl->CreateDiffStorage(medium, target, variantSize, variant, progress);

ACK (although you could push this as trivial).




More information about the libvir-list mailing list