From 4a9c136bdb1ec8e73e104738a923e08786c521ef Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 8 Jul 2017 14:45:26 +0200 Subject: fix various typos reported by codespell & spellintian Reported-By: codespell & spellintian Gbp-Dch: Ignore --- apt-pkg/depcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/depcache.cc') 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)) -- cgit v1.2.3