On 06/02/2015 08:41 AM, Christophe Fergeau wrote: > --- > virtinst/deviceinterface.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/virtinst/deviceinterface.py b/virtinst/deviceinterface.py > index a784666..cabd656 100644 > --- a/virtinst/deviceinterface.py > +++ b/virtinst/deviceinterface.py > @@ -173,7 +173,7 @@ class VirtualNetworkInterface(VirtualDevice): > > def _get_source(self): > """ > - Convenince function, try to return the relevant <source> value > + Convenience function, try to return the relevant <source> value > per the network type. > """ > if self.type == self.TYPE_VIRTUAL: > @@ -187,7 +187,7 @@ class VirtualNetworkInterface(VirtualDevice): > return self._network or self._bridge or self._source_dev > def _set_source(self, newsource): > """ > - Conveninece function, try to set the relevant <source> value > + Convenience function, try to set the relevant <source> value > per the network type > """ > self._bridge = None > Thanks, pushed now - Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list