diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-20 09:46:18 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-20 09:46:18 +0100 |
commit | 89497574da3dd40076d955efc936b54e76a8c59c (patch) | |
tree | 62e09fad5aba941904bee99109862cc08637082f /apt-pkg/depcache.h | |
parent | 6789e01e9370b3b7f65d52138c5657eaa712b4d1 (diff) |
fix a few typos in code-comments/apt manpage
Reported-By: codespell
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index a1be56bb2..237a15335 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -419,7 +419,7 @@ class pkgDepCache : protected pkgCache::Namespace * * The version returned is the version previously set explicitly via * SetCandidate* methods like #SetCandidateVersion or if there wasn't one - * set the version as choosen via #Policy. + * set the version as chosen via #Policy. * * @param Pkg is the package to return the candidate for */ |