diff options
| author | Michael Vogt <egon@bottom> | 2007-12-06 15:35:21 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2007-12-06 15:35:21 +0100 |
| commit | 00fa277133df104c0f2caddcc4e0b395ef26bee5 (patch) | |
| tree | 65172a604795a7052be7ead78ad6420de1f3afcd /python | |
| parent | 0fc4aa9466d57ddc4a54191eeb8775e41ad35525 (diff) | |
| parent | 63e4e0f6eeebf5a2ee7422d717fa85b4fa883951 (diff) | |
| download | python-apt-00fa277133df104c0f2caddcc4e0b395ef26bee5.tar.gz | |
- fix typo
* data/templates/:
- update templates
Diffstat (limited to 'python')
| -rw-r--r-- | python/depcache.cc | 2 |
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)"}, |
