summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 10:47:34 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 10:47:34 +0100
commit413ba44c86dcc7421494ff6bba2e2289941b5ad7 (patch)
tree8ff1d5490db951d697d77c7da2e41d2913e88650 /cmdline
parentd786352da27c6f05bc372a061f3a78237b69e6f4 (diff)
cmdline/apt-get.cc: fix typo
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 8cb43be67..406adf644 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2806,7 +2806,7 @@ bool DownloadChangelog(CacheFile &CacheFile, pkgAcquire &Fetcher, pkgCache::VerI
// queue it
string changelog_uri = server+path;
strprintf(descr, _("Changelog for %s (%s)"), srcpkg.c_str(), changelog_uri.c_str());
- new pkgAcqFile(&Fetcher, uri, "", 0, descr, srcpkg, "ignored", targetfile);
+ new pkgAcqFile(&Fetcher, changelog_uri, "", 0, descr, srcpkg, "ignored", targetfile);
// try downloading it, if that fails, they third-party-changelogs location
// FIXME: res is "Continue" even if I get a 404?!?