diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-24 16:55:08 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-24 16:55:08 +0000 |
| commit | 61f25c8c12ebe651eb187fed640a41c8ce466943 (patch) | |
| tree | ad1776599f465daead6c9e2150b118531f935c25 /apt | |
| parent | 372588a9b38e30daa11f499647f0ba822fc2e77f (diff) | |
| download | python-apt-61f25c8c12ebe651eb187fed640a41c8ce466943.tar.gz | |
* typos fixed, changelog prepared for new debian upload
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/package.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt/package.py b/apt/package.py index d57730c5..4633123a 100644 --- a/apt/package.py +++ b/apt/package.py @@ -46,7 +46,7 @@ class Package(object): # check if we found a version if ver == None: - #print "No version for: %s (Candiate: %s)" % (self._pkg.Name, UseCandidate) + #print "No version for: %s (Candidate: %s)" % (self._pkg.Name, UseCandidate) return False if ver.FileList == None: @@ -327,8 +327,8 @@ if __name__ == "__main__": print "Priority (Installed): %s " % pkg.installedPriority print "Installed: %s " % pkg.installedVersion print "Candidate: %s " % pkg.candidateVersion - print "CandiateDownloadable: %s" % pkg.candidateDownloadable - print "CandiateOrigins: %s" % pkg.candidateOrigin + print "CandidateDownloadable: %s" % pkg.candidateDownloadable + print "CandidateOrigins: %s" % pkg.candidateOrigin print "SourcePkg: %s " % pkg.sourcePackageName print "Section: %s " % pkg.section print "Summary: %s" % pkg.summary |
