Ver código fonte

Fix typo in apt-get.cc and update PO files

Christian Perrier 20 anos atrás
pai
commit
443cb67cf5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cmdline/apt-get.cc

+ 1 - 1
cmdline/apt-get.cc

@@ -1956,7 +1956,7 @@ bool DoSource(CommandLine &CmdL)
 	    Fd.Close();
 	    if((string)sum.Result() == I->MD5Hash) 
 	    {
-	       ioprintf(c1out,_("Skiping already downloaded file '%s'\n"),
+	       ioprintf(c1out,_("Skipping already downloaded file '%s'\n"),
 			flNotDir(I->Path).c_str());
 	       continue;
 	    }