diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-07-08 14:45:26 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-07-08 14:55:29 +0200 |
commit | 4a9c136bdb1ec8e73e104738a923e08786c521ef (patch) | |
tree | a5b10d9c5432a592c9f06b3c616e92ff38335880 /apt-pkg/depcache.cc | |
parent | ff26d24f47910ac06840f873920c8950aa48046b (diff) |
fix various typos reported by codespell & spellintian
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'apt-pkg/depcache.cc')
-rw-r--r-- | apt-pkg/depcache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index f3615302e..05b788e45 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -1783,7 +1783,7 @@ bool pkgDepCache::Policy::IsImportantDep(DepIterator const &Dep) const return true; // we support a special mode to only install-recommends for certain // sections - // FIXME: this is a meant as a temporarly solution until the + // FIXME: this is a meant as a temporary solution until the // recommends are cleaned up const char *sec = Dep.ParentVer().Section(); if (sec && ConfigValueInSubTree("APT::Install-Recommends-Sections", sec)) |