]> git.saurik.com Git - apt.git/blobdiff - ftparchive/multicompress.cc
fix a few typos in strings, comments and manpage of apt-ftparchive
[apt.git] / ftparchive / multicompress.cc
index 7c91d34fe66d0433a813b784c3ea61e8c412d8cc..bb4beedf9c8b994ec9f92bf4d6dccdf88ae5419e 100644 (file)
@@ -365,7 +365,7 @@ bool MultiCompress::CloseOld(int Fd,pid_t Proc)
 // MultiCompress::Child - The writer child                             /*{{{*/
 // ---------------------------------------------------------------------
 /* The child process forks a bunch of compression children and takes 
-   input on FD and passes it to all the compressor childer. On the way it
+   input on FD and passes it to all the compressor child. On the way it
    computes the MD5 of the raw data. After this the raw data in the 
    original files is compared to see if this data is new. If the data
    is new then the temp files are renamed, otherwise they are erased. */