summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
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;
}