Browse Source

fix typo in SrvRecords documentation

Git-Dch: Ignore
David Kalnischkies 8 years ago
parent
commit
e6849dd846
1 changed files with 1 additions and 1 deletions
  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.