summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:59:19 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commitdb3dd6fb5fd4869beedc2bb65570ef36e93f4ad9 (patch)
tree4e9c2fd26077cc4a1f0f8ed0f8bf4896fe908393 /third_party
parent563c1c3623b6f4702f3ff8125b05753e9d21985b (diff)
downloadsamba-db3dd6fb5fd4869beedc2bb65570ef36e93f4ad9.tar.gz
Correct "specifiy" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/dnspython/dns/rdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/dnspython/dns/rdata.py b/third_party/dnspython/dns/rdata.py
index 350bf790b86..3391e4cd638 100644
--- a/third_party/dnspython/dns/rdata.py
+++ b/third_party/dnspython/dns/rdata.py
@@ -261,7 +261,7 @@ class Rdata(object):
# A number of types compare rdata in wire form, so we provide
# the method here instead of duplicating it.
#
- # We specifiy an arbitrary origin of '.' when doing the
+ # We specify an arbitrary origin of '.' when doing the
# comparison, since the rdata may have relative names and we
# can't convert a relative name to wire without an origin.
b1 = cStringIO.StringIO()