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

Guido Günther agx at sigxcpu.org
Mon Aug 14 01:00:37 UTC 2017


Hi,
On Sun, Aug 13, 2017 at 07:36:40PM -0400, Laine Stump wrote:
> 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).

Pushed. Thanks
 -- Guido

> 




More information about the libvir-list mailing list