X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/be20eef52da4b7f361333ea70a8d705a98ae779e..3c7567a586690042fdd899c7e82543cb31a3b853:/apt-inst/filelist.cc 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) {