diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 11:32:37 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 11:32:37 +0200 |
| commit | d65882227dd3201c03c87922391d1ad8d21ee84e (patch) | |
| tree | 2378c3d778f554627fd05fa8877bc4975da97ba1 | |
| parent | 8d79b99c1a3338e31e8def858cee3209824ae8bf (diff) | |
| download | python-apt-d65882227dd3201c03c87922391d1ad8d21ee84e.tar.gz | |
* python/pkgmanager.cc:
- fix typo
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | python/pkgmanager.cc | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 783e510f..89fe3ccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.6.20) unstable; urgency=low + + * python/pkgmanager.cc: + - fix typo (closes: #382853) + + -- + python-apt (0.6.19) unstable; urgency=low [ Michael Vogt ] diff --git a/python/pkgmanager.cc b/python/pkgmanager.cc index bcd4c45b..9670f238 100644 --- a/python/pkgmanager.cc +++ b/python/pkgmanager.cc @@ -68,7 +68,7 @@ static PyObject *PkgManagerFixMissing(PyObject *Self,PyObject *Args) static PyMethodDef PkgManagerMethods[] = { - {"GetArchives",PkgManagerGetArchives,METH_VARARGS,"Load the selected archvies into the fetcher"}, + {"GetArchives",PkgManagerGetArchives,METH_VARARGS,"Load the selected archives into the fetcher"}, {"DoInstall",PkgManagerDoInstall,METH_VARARGS,"Do the actual install"}, {"FixMissing",PkgManagerFixMissing,METH_VARARGS,"Fix the install if a pkg couldn't be downloaded"}, {} |
