Browse Source

fix(docs): typo

Peter Thomassen 4 years ago
parent
commit
3c22c83c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/dns/rrsets.rst

+ 1 - 1
docs/dns/rrsets.rst

@@ -6,7 +6,7 @@ Retrieving and Creating DNS Records
 All DNS information is composed of so-called *Resource Record Sets*
 (*RRsets*).  An RRset is the set of all Resource Records of a given record
 type for a given name.  For example, the name ``example.com`` may have an
-RRset of type ``A``, denoting the set of IPv4 addresses associatd with this
+RRset of type ``A``, denoting the set of IPv4 addresses associated with this
 name.  In the traditional Bind zone file format, the RRset would be written
 as::