浏览代码

fix(docs): typo

Peter Thomassen 4 年之前
父节点
当前提交
3c22c83c43
共有 1 个文件被更改,包括 1 次插入1 次删除
  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::