]> git.saurik.com Git - apt.git/blobdiff - methods/rsh.cc
fix various typos reported by codespell
[apt.git] / methods / rsh.cc
index 7ef2f7c7a62a415afba77ce8def2286213fa621d..44aa7084d02b3592eedbf1bbb2ef2109031bc546 100644 (file)
@@ -504,7 +504,7 @@ bool RSHMethod::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;