summaryrefslogtreecommitdiff
path: root/ipaddr_test.py
diff options
context:
space:
mode:
authorDaniel Harrison <harro@google.com>2010-10-04 23:13:08 +0000
committerDaniel Harrison <harro@google.com>2010-10-04 23:13:08 +0000
commitf109f0be7233c4cae807cce0de3f2b4b4cbbc125 (patch)
treed98b84b8c7d08c0277bd1da4562d7b9847309b74 /ipaddr_test.py
parent6d441b59390fc0e25b3e6913699b388f6edd7022 (diff)
downloadipaddr-py-f109f0be7233c4cae807cce0de3f2b4b4cbbc125.tar.gz
Commentary typo fix
git-svn-id: https://ipaddr-py.googlecode.com/svn/trunk@192 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'ipaddr_test.py')
-rwxr-xr-xipaddr_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaddr_test.py b/ipaddr_test.py
index 23bffa4..c0d3886 100755
--- a/ipaddr_test.py
+++ b/ipaddr_test.py
@@ -934,7 +934,7 @@ class IpaddrUnitTest(unittest.TestCase):
self.assertEqual(str(self.ipv6.with_netmask),
'2001:658:22a:cafe:200::1/64')
# this probably don't make much sense, but it's included for
- # compatability with ipv4
+ # compatibility with ipv4
self.assertEqual(str(self.ipv6.with_hostmask),
'2001:658:22a:cafe:200::1/::ffff:ffff:ffff:ffff')