summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2006-01-06 07:47:34 +0000
committerChristian Perrier <bubulle@debian.org>2006-01-06 07:47:34 +0000
commit443cb67cf5ab303e78776814c5d607e3803088a3 (patch)
tree42f355b62286055f104d569c4e055abbb1e12869 /cmdline
parent65977264e88835bd9fded96156264b30d89a128d (diff)
Fix typo in apt-get.cc and update PO files
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
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;
}