]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.cc
Fix typos in documentation (codespell)
[apt.git] / apt-pkg / clean.cc
index eae419e34679cb1947dda443642bbac3e3cedcc9..2dea8ffdd754a3da466846da5edeb3794af4adb3 100644 (file)
@@ -105,7 +105,7 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
               break;
            }
            
-           // See if this verison matches the file
+           // See if this version matches the file
            if (IsFetchable == true && Ver == V.VerStr())
               break;
         }