]> git.saurik.com Git - apt.git/blobdiff - ftparchive/apt-ftparchive.cc
Fix typos in documentation (codespell)
[apt.git] / ftparchive / apt-ftparchive.cc
index 2639bc2f6e77f1dc9f87ff0be4dacac713321e0b..712f8469a011bc1f0d8fb452b8c22a77d638da4b 100644 (file)
@@ -864,7 +864,7 @@ bool Generate(CommandLine &CmdL)
    unsigned long MaxContentsChange = Setup.FindI("Default::MaxContentsChange",UINT_MAX)*1024;
    for (vector<PackageMap>::iterator I = PkgList.begin(); I != PkgList.end(); ++I)
    {
-      // This record is not relevent
+      // This record is not relevant
       if (I->ContentsDone == true ||
          I->Contents.empty() == true)
         continue;