summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-07-12 16:12:33 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-07-12 16:12:33 +0100
commit74f068b1130384e40a8a80a99a049c105fbe773f (patch)
tree145d4bcd55a85e112f6837b64bd9b24cdf7f1cec /methods/http.h
parentdb8dfd2eeeaf9c1a208a31b3d2b1a930e63f3b9b (diff)
parentae58a98599e912eba6b7d0ece21aaa2d979941df (diff)
* cmdline/apt-get.cc:
- fix in the task-install code * Fix compilation warnings: - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
Diffstat (limited to 'methods/http.h')
-rw-r--r--methods/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/http.h b/methods/http.h
index a6191e501..6753a9901 100644
--- a/methods/http.h
+++ b/methods/http.h
@@ -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.
##################################################################### */
/*}}}*/