]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
fix various typos reported by codespell
[apt.git] / methods / ftp.cc
index 1a9a1c4ebe69611b218d629c9a69286953f62d47..d84a194ca3b4c3b72bed6d654cdf45ceeb6a68e5 100644 (file)
@@ -1072,7 +1072,7 @@ bool FtpMethod::Fetch(FetchItem *Itm)
       URIStart(Res);
       
       FailFile = Itm->DestFile;
-      FailFile.c_str();   // Make sure we dont do a malloc in the signal handler
+      FailFile.c_str();   // Make sure we don't do a malloc in the signal handler
       FailFd = Fd.Fd();
       
       bool Missing;