From: Christian Perrier Date: Fri, 6 Jan 2006 07:47:34 +0000 (+0000) Subject: Fix typo in apt-get.cc and update PO files X-Git-Tag: 0.7.24ubuntu1~275^2~2^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/443cb67cf5ab303e78776814c5d607e3803088a3?ds=inline Fix typo in apt-get.cc and update PO files --- diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 5ff6d2f8f..abeb57c6f 100644 --- a/cmdline/apt-get.cc +++ b/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; }