From 3a8776a37af38127fb04565959e8e0e449eb04a4 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 22 Aug 2015 16:22:08 +0200 Subject: fix various typos reported by codespell Reported-By: codespell --- apt-inst/filelist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-inst') 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) { -- cgit v1.2.3