[virt-tools-list] [PATCH] Fix 'conveninece' typo in API documentation

Cole Robinson crobinso at redhat.com
Fri Jun 5 20:38:00 UTC 2015


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




More information about the virt-tools-list mailing list