summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.cc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-11-04 00:08:07 +0200
committerVille Skyttä <ville.skytta@iki.fi>2021-11-27 12:22:38 +0200
commit01eed4234440d82fc52c8186cf4268517bcd28bc (patch)
tree0a21bc964c35024494df59a1ee186520b61ca6eb /apt-pkg/policy.cc
parent2662f6f255a2f1fee25632dc7666d4153bf5248c (diff)
Spelling fixes
Diffstat (limited to 'apt-pkg/policy.cc')
-rw-r--r--apt-pkg/policy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/policy.cc b/apt-pkg/policy.cc
index 1179f422d..c5328c517 100644
--- a/apt-pkg/policy.cc
+++ b/apt-pkg/policy.cc
@@ -135,7 +135,7 @@ bool pkgPolicy::InitDefaults()
/*}}}*/
// Policy::GetCandidateVer - Get the candidate install version /*{{{*/
// ---------------------------------------------------------------------
-/* Evaluate the package pins and the default list to deteremine what the
+/* Evaluate the package pins and the default list to determine what the
best package is. */
pkgCache::VerIterator pkgPolicy::GetCandidateVer(pkgCache::PkgIterator const &Pkg)
{