diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-06 09:38:53 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-06 09:38:53 +0000 |
commit | 30354d7eafc5f57a477ae0fd19faa21cb0c149eb (patch) | |
tree | 687e6cf8a0ac4f4dfa3aa3d491da492bbfd16ba6 /cmdline/apt-get.cc | |
parent | 59ef61aa72b3671997ef88a52e0147607438df77 (diff) | |
parent | ae1768a185221736a360faa91f10ec42a572f81f (diff) |
* merged with bubulle
Patches applied:
* bubulle@debian.org--2005/apt--main--0--patch-149
Merge with Michael archive (Debian version)
* bubulle@debian.org--2005/apt--main--0--patch-150
Fix typo in apt-get.cc and update PO files
* bubulle@debian.org--2005/apt--main--0--patch-151
Update French translation (and document the update-po I ran previously)
* mvo@debian.org--2005/apt--debian-sid--0--patch-16
* merged with main
Diffstat (limited to 'cmdline/apt-get.cc')
-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; } |