diff options
author | Christian Perrier <bubulle@debian.org> | 2006-01-06 07:47:34 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2006-01-06 07:47:34 +0000 |
commit | 443cb67cf5ab303e78776814c5d607e3803088a3 (patch) | |
tree | 42f355b62286055f104d569c4e055abbb1e12869 /cmdline | |
parent | 65977264e88835bd9fded96156264b30d89a128d (diff) |
Fix typo in apt-get.cc and update PO files
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |