[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#382853: Typo in pkgmanager.cc: "archvies"



Package: python-apt
Version: 0.6.19
Severity: minor

pkgmanager.cc has a typo in the GetArchives docstring; patch attached.

- Josh Triplett


diff -Naur python-apt-0.6.19exp1.orig/python/pkgmanager.cc python-apt-0.6.19exp1/python/pkgmanager.cc
--- python-apt-0.6.19exp1.orig/python/pkgmanager.cc	2006-07-26 07:44:52.000000000 -0700
+++ python-apt-0.6.19exp1/python/pkgmanager.cc	2006-08-13 11:29:17.000000000 -0700
@@ -68,7 +68,7 @@
 
 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"},
    {}

Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: