]> git.saurik.com Git - apt.git/blobdiff - methods/connect.cc
implement PDiff patching for compressed files
[apt.git] / methods / connect.cc
index 5612af6ec7f018ce61cde95824bf0c569c809598..dd45e7203553e29e8b55774dc39af79dafca5b42 100644 (file)
@@ -272,7 +272,7 @@ bool Connect(std::string Host,int Port,const char *Service,
    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