Correct "specifiy" typos.
[samba.git] / third_party / dnspython / dns / rdata.py
index 350bf790b861942822094b734903711d23f2d151..3391e4cd638dbc2c1d14c020a896e9c7c499c2ab 100644 (file)
@@ -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()