diff options
author | Julian Andres Klode <jak@debian.org> | 2017-01-31 00:55:44 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-01-31 00:57:58 +0100 |
commit | c20e18fd8161b97f3ca41424e082df0f13d920e1 (patch) | |
tree | 873ae30b3e0267c77d214ad5333fc74644b63569 /apt-pkg/algorithms.cc | |
parent | 7b78e8bef1fc9de22d826db1db9df25f97d3710c (diff) |
algorithms: Fix typo: gental -> gentle
Oh dear, nobody (or rather no tool) saw that yet...
Gbp-Dch: ignore
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 1fb158a36..95e756c15 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1189,7 +1189,7 @@ bool pkgProblemResolver::InstOrNewPolicyBroken(pkgCache::PkgIterator I) /*}}}*/ // ProblemResolver::ResolveByKeep - Resolve problems using keep /*{{{*/ // --------------------------------------------------------------------- -/* This is the work horse of the soft upgrade routine. It is very gental +/* This is the work horse of the soft upgrade routine. It is very gentle in that it does not install or remove any packages. It is assumed that the system was non-broken previously. */ bool pkgProblemResolver::ResolveByKeep(OpProgress * const Progress) @@ -1204,7 +1204,7 @@ bool pkgProblemResolver::ResolveByKeep(OpProgress * const Progress) /*}}}*/ // ProblemResolver::ResolveByKeepInternal - Resolve problems using keep /*{{{*/ // --------------------------------------------------------------------- -/* This is the work horse of the soft upgrade routine. It is very gental +/* This is the work horse of the soft upgrade routine. It is very gentle in that it does not install or remove any packages. It is assumed that the system was non-broken previously. */ bool pkgProblemResolver::ResolveByKeepInternal() |