summaryrefslogtreecommitdiff
path: root/apt-inst
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-08-22 16:22:08 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2015-08-27 11:27:44 +0200
commit3a8776a37af38127fb04565959e8e0e449eb04a4 (patch)
tree4318130063683b1eade484b5819b1e5a21a252ee /apt-inst
parent09e9113887c5f1da3d0705221bf111ead331f96b (diff)
fix various typos reported by codespell
Reported-By: codespell
Diffstat (limited to 'apt-inst')
-rw-r--r--apt-inst/filelist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/filelist.cc b/apt-inst/filelist.cc
index 4dbc4a2d7..a55416d6b 100644
--- a/apt-inst/filelist.cc
+++ b/apt-inst/filelist.cc
@@ -468,7 +468,7 @@ bool pkgFLCache::AddDiversion(PkgIterator const &Owner,
if (FromN->Pointer != 0)
Diver = FromN->Pointer;
- /* Make sure from and to point to the same diversion, if they dont
+ /* Make sure from and to point to the same diversion, if they don't
then we are trying to intermix diversions - very bad */
if (ToN->Pointer != 0 && ToN->Pointer != Diver)
{