From 443cb67cf5ab303e78776814c5d607e3803088a3 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 6 Jan 2006 07:47:34 +0000 Subject: Fix typo in apt-get.cc and update PO files --- cmdline/apt-get.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline/apt-get.cc') 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; } -- cgit v1.2.3