diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-05-04 19:56:41 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 00:34:27 +0200 |
commit | b12bdeaf8acd050c5526ecc05526db70df5fd485 (patch) | |
tree | 583f7ed831b0267c5d6103abab5fbc4b44906003 /apt-pkg/depcache.h | |
parent | 5f9c05db78926dfb063fdd0493ecc6b8e12c2e02 (diff) |
Fix various typos reported by spellcheckers
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 87b42b7ca..4536f3b52 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -22,7 +22,7 @@ Now - Compared using the Currently install version Install - Compared using the install version (final state) CVer - (Candidate Version) Compared using the Candidate Version - The candidate and now results are used to decide wheather a package + The candidate and now results are used to decide whether a package should be automatically installed or if it should be left alone. Remember, the Candidate Version is selected based on the distribution @@ -182,7 +182,7 @@ class pkgDepCache : protected pkgCache::Namespace /** \brief Clean up the action group before it is destroyed. * - * If it is destroyed later, no second cleanup wil be run. + * If it is destroyed later, no second cleanup will be run. */ void release(); |