]> git.saurik.com Git - apt.git/blobdiff - ftparchive/writer.cc
add configuration PDiffs::Limit-options (FileLimit and SizeLimit) to
[apt.git] / ftparchive / writer.cc
index bf6e9f6179bad3a0434b2be805bc6a8c5861db40..5547c6aa5175faa3312f4dcf72461b872d1fa3f3 100644 (file)
@@ -464,7 +464,7 @@ bool PackagesWriter::DoPackage(string FileName)
       SetTFRewriteData(Changes[End++], "Maintainer", NewMaint.c_str());
    
    /* Get rid of the Optional tag. This is an ugly, ugly, ugly hack that
-      dpkg-scanpackages does.. Well sort of. dpkg-scanpackages just does renaming
+      dpkg-scanpackages does. Well sort of. dpkg-scanpackages just does renaming
       but dpkg does this append bit. So we do the append bit, at least that way the
       status file and package file will remain similar. There are other transforms
       but optional is the only legacy one still in use for some lazy reason. */