浏览代码

fix typo in SrvRecords documentation

Git-Dch: Ignore
David Kalnischkies 10 年之前
父节点
当前提交
e6849dd846
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.SrvRecords

+ 1 - 1
README.SrvRecords

@@ -12,7 +12,7 @@ If the server sends SRV records
 as a reply APT will use those to connect to the server(s) in
 this reply. It will honor the "priority" field in the reply.
 
-However it does not implement the "weight" alogrithm as described
+However it does not implement the "weight" algorithm as described
 in RFC 2782. It will use an equal weight for each server of the
 same priority.