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

Christophe Fergeau cfergeau at redhat.com
Tue Jun 2 12:41:21 UTC 2015


---
 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
-- 
2.4.2




More information about the virt-tools-list mailing list