Repository: libcloud Updated Branches: refs/heads/trunk 48bb90ee7 -> 8a9d3797d
typo in documentation Smallest typo fix. Closes #1097 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dad12ee3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dad12ee3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dad12ee3 Branch: refs/heads/trunk Commit: dad12ee3e6150697ad603bd91d6fb68cd89f51d3 Parents: 48bb90e Author: Yaniv Kaul <[email protected]> Authored: Tue Aug 29 18:55:58 2017 +0300 Committer: Anthony Shaw <[email protected]> Committed: Mon Sep 4 08:38:23 2017 +1000 ---------------------------------------------------------------------- libcloud/compute/drivers/libvirt_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dad12ee3/libcloud/compute/drivers/libvirt_driver.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/libvirt_driver.py b/libcloud/compute/drivers/libvirt_driver.py index a914c5e..f2ccfc5 100644 --- a/libcloud/compute/drivers/libvirt_driver.py +++ b/libcloud/compute/drivers/libvirt_driver.py @@ -411,7 +411,7 @@ class LibvirtNodeDriver(NodeDriver): Sets up the regexp for parsing out IP addresses from the 'ip neighbor' command and pass it along to the parser function. - :return: Dictionary from the parsing funtion + :return: Dictionary from the parsing function :rtype: ``dict`` """ ip_regex = re.compile('(.*?)\s+.*lladdr\s+(.*?)\s+')
