summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-12-06 15:35:21 +0100
committerMichael Vogt <egon@bottom>2007-12-06 15:35:21 +0100
commit00fa277133df104c0f2caddcc4e0b395ef26bee5 (patch)
tree65172a604795a7052be7ead78ad6420de1f3afcd /python
parent0fc4aa9466d57ddc4a54191eeb8775e41ad35525 (diff)
parent63e4e0f6eeebf5a2ee7422d717fa85b4fa883951 (diff)
downloadpython-apt-00fa277133df104c0f2caddcc4e0b395ef26bee5.tar.gz
- fix typo
* data/templates/: - update templates
Diffstat (limited to 'python')
-rw-r--r--python/depcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/depcache.cc b/python/depcache.cc
index f44f2f32..5664a6d8 100644
--- a/python/depcache.cc
+++ b/python/depcache.cc
@@ -528,7 +528,7 @@ static PyMethodDef PkgDepCacheMethods[] =
{
{"Init",PkgDepCacheInit,METH_VARARGS,"Init the depcache (done on construct automatically)"},
{"GetCandidateVer",PkgDepCacheGetCandidateVer,METH_VARARGS,"Get candidate version"},
- {"SetCandidateVer",PkgDepCacheSetCandidateVer,METH_VARARGS,"Get candidate version"},
+ {"SetCandidateVer",PkgDepCacheSetCandidateVer,METH_VARARGS,"Set candidate version"},
// global cache operations
{"Upgrade",PkgDepCacheUpgrade,METH_VARARGS,"Perform Upgrade (optional boolean argument if dist-upgrade should be performed)"},