]> git.saurik.com Git - apt.git/commitdiff
Fix typo in apt-get.cc and update PO files
authorChristian Perrier <bubulle@debian.org>
Fri, 6 Jan 2006 07:47:34 +0000 (07:47 +0000)
committerChristian Perrier <bubulle@debian.org>
Fri, 6 Jan 2006 07:47:34 +0000 (07:47 +0000)
cmdline/apt-get.cc

index 5ff6d2f8f3a5c6a0804dbdffdcf8949abda2bfa2..abeb57c6f081f4aff4eaffaf7cd13a0d822ab2ae 100644 (file)
@@ -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;
            }