diff options
author | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-03-06 17:54:58 +0000 |
commit | db0db9feabf17156f1f4e10d0131d18dfb593b4e (patch) | |
tree | d9ec4fb344879e0b990546ecc5242e605262bb29 /apt-pkg/indexcopy.cc | |
parent | a7c82edc8ff6a051ffcae5a4000085aae04bad24 (diff) |
Bring consistency to the use of capitals in programs messages
Diffstat (limited to 'apt-pkg/indexcopy.cc')
-rw-r--r-- | apt-pkg/indexcopy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/indexcopy.cc b/apt-pkg/indexcopy.cc index 901001891..4b6ac5ce0 100644 --- a/apt-pkg/indexcopy.cc +++ b/apt-pkg/indexcopy.cc @@ -263,10 +263,10 @@ bool IndexCopy::CopyPackages(string CDROM,string Name,vector<string> &List, ioprintf(msg, _("Wrote %i records with %i missing files.\n"), Packages, NotFound); else if (NotFound == 0 && WrongSize != 0) - ioprintf(msg, _("Wrote %i records with %i mismachted files\n"), + ioprintf(msg, _("Wrote %i records with %i mismatched files\n"), Packages, WrongSize); if (NotFound != 0 && WrongSize != 0) - ioprintf(msg, _("Wrote %i records with %i missing files and %i mismachted files\n"), Packages, NotFound, WrongSize); + ioprintf(msg, _("Wrote %i records with %i missing files and %i mismatched files\n"), Packages, NotFound, WrongSize); } if (Packages == 0) |