Fix typo.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e105433e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e105433e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e105433e Branch: refs/heads/trunk Commit: e105433e941262e03eb3bb922db47dabdd8efa75 Parents: 0b6ac9d Author: Tomaz Muraus <[email protected]> Authored: Sat Jun 20 16:40:13 2015 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jun 20 16:40:13 2015 +0800 ---------------------------------------------------------------------- libcloud/utils/networking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e105433e/libcloud/utils/networking.py ---------------------------------------------------------------------- diff --git a/libcloud/utils/networking.py b/libcloud/utils/networking.py index 88c1cb4..398cef5 100644 --- a/libcloud/utils/networking.py +++ b/libcloud/utils/networking.py @@ -78,7 +78,7 @@ def is_valid_ip_address(address, family=socket.AF_INET): is_windows = platform.system() == 'Windows' if is_windows and family == socket.AF_INET6: - raise ValueError('Checking IPv6 addresses are not supported on Windows') + raise ValueError('Checking IPv6 addresses is not supported on Windows') try: if is_windows:
