]> git.saurik.com Git - apt.git/blobdiff - ftparchive/writer.cc
fix a few typos in strings, comments and manpage of apt-ftparchive
[apt.git] / ftparchive / writer.cc
index b2ebdca8a30190c6fda77cdc0fd7bcbf90a0fd3c..4e6c9a77ddab6d2049d83ab1334b773de3e4742c 100644 (file)
@@ -463,7 +463,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. */