Thanks: Julian Andres Klode
Git-Dch: ignore
</para></listitem>
</varlistentry>
- <varlistentry><term><option>EnableSrvRecods</option></term>
+ <varlistentry><term><option>EnableSrvRecords</option></term>
<listitem><para>
This option controls if apt will use the DNS SRV server record
as specified in RFC 2782 to select an alternative server to
if(LastHost != Host || LastPort != Port)
{
SrvRecords.clear();
- if (_config->FindB("Acquire::EnableSrvRecods", true) == true)
+ if (_config->FindB("Acquire::EnableSrvRecords", true) == true)
GetSrvRecords(Host, DefPort, SrvRecords);
}
// we have no SrvRecords for this host, connect right away