From add81166f8ecb194ab5cf881200ab9d890abea6c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 22 Nov 2015 15:09:50 +0100 Subject: typo: run s#frontend#front-end# on all of src:apt The manpages were fixed by Justin B Rye, lets deal with the rest now. Git-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 a3d2f6449..c6fb63be1 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -1181,7 +1181,7 @@ bool pkgDepCache::MarkInstall(PkgIterator const &Pkg,bool AutoInst, /* unsatisfiable dependency: IsInstallOkDependenciesSatisfiableByCandidates would have prevented us to get here if not overridden, so just skip - over the problem here as the frontend will know what it is doing */ + over the problem here as the front-end will know what it is doing */ if (Ors == 1 && (DepState[Start->ID] &DepCVer) != DepCVer && Start.IsNegative() == false) continue; -- cgit v1.2.3