]> git.saurik.com Git - apt.git/blobdiff - methods/rsh.cc
Fix typos in documentation (codespell)
[apt.git] / methods / rsh.cc
index 4e1aaea26d4b2965fde61d2dd35ffe265396775e..550f77eca94454ccbcb2247d5b0c06e759bcad96 100644 (file)
@@ -255,7 +255,7 @@ bool RSHConn::WriteMsg(std::string &Text,bool Sync,const char *Fmt,...)
                                                                        /*}}}*/
 // RSHConn::Size - Return the size of the file                         /*{{{*/
 // ---------------------------------------------------------------------
-/* Right now for successfull transfer the file size must be known in 
+/* Right now for successful transfer the file size must be known in
    advance. */
 bool RSHConn::Size(const char *Path,unsigned long long &Size)
 {