]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* added README.ddtp
[apt.git] / apt-pkg / acquire-item.h
index 0000f366ceee3a9cad806e8c861650e57aafc08f..2f7c71a8156abb658d94766bedb956a522b86287 100644 (file)
@@ -9,7 +9,7 @@
    the Owner Acquire class. Derived classes will then call QueueURI to 
    register all the URI's they wish to fetch at the initial moment.   
    
-   Tree item classes are provided to provide functionality for
+   Three item classes are provided to provide functionality for
    downloading of Index, Translation and Packages files.
    
    A Archive class is provided for downloading .deb files. It does Md5
@@ -106,7 +106,7 @@ class pkgAcqIndex : public pkgAcquire::Item
               string ShortDesct, string ExpectedMD5, string compressExt="");
 };
 
-// Item class for index files
+// Item class for translated package index files
 class pkgAcqIndexTrans : public pkgAcqIndex
 {
    public: