]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
Simplified Chinese translation update
[apt.git] / methods / http.h
index 541e2952cb5fdf540f31129e99ad7e499fc074ef..6753a990122d9ffb556f463157a3a7ba7975ae99 100644 (file)
@@ -3,7 +3,7 @@
 // $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
 /* ######################################################################
 
-   HTTP Aquire Method - This is the HTTP aquire method for APT.
+   HTTP Acquire Method - This is the HTTP aquire method for APT.
 
    ##################################################################### */
                                                                        /*}}}*/
@@ -158,6 +158,4 @@ class HttpMethod : public pkgAcqMethod
    };
 };
 
-URI Proxy;
-
 #endif