瀏覽代碼

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

Christian Perrier 20 年之前
父節點
當前提交
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();
 	    Fd.Close();
 	    if((string)sum.Result() == I->MD5Hash) 
 	    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());
 			flNotDir(I->Path).c_str());
 	       continue;
 	       continue;
 	    }
 	    }