Просмотр исходного кода

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

Christian Perrier лет назад: 20
Родитель
Сommit
443cb67cf5
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 	    }