projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* merged the "apt--install-task" branch
[apt.git]
/
ftparchive
/
multicompress.cc
diff --git
a/ftparchive/multicompress.cc
b/ftparchive/multicompress.cc
index 5073e98ac95be728fed16ec7186a838ee91b703b..a3512c787443b26d1105cb28f7f29572afb5c413 100644
(file)
--- a/
ftparchive/multicompress.cc
+++ b/
ftparchive/multicompress.cc
@@
-72,7
+72,7
@@
MultiCompress::MultiCompress(string Output,string Compress,
// Hmm.. unknown.
if (Comp->Name == 0)
{
// Hmm.. unknown.
if (Comp->Name == 0)
{
- _error->Warning(_("Unknown
Compresison A
lgorithm '%s'"),string(Start,I).c_str());
+ _error->Warning(_("Unknown
compression a
lgorithm '%s'"),string(Start,I).c_str());
continue;
}
continue;
}
@@
-212,7
+212,7
@@
bool MultiCompress::Die()
fclose(Input);
Input = 0;
fclose(Input);
Input = 0;
- bool Res = ExecWait(Outputter,_("Compress
C
hild"),false);
+ bool Res = ExecWait(Outputter,_("Compress
c
hild"),false);
Outputter = -1;
return Res;
}
Outputter = -1;
return Res;
}
@@
-235,7
+235,7
@@
bool MultiCompress::Finalize(unsigned long &OutSize)
{
struct stat St;
if (stat(I->Output.c_str(),&St) != 0)
{
struct stat St;
if (stat(I->Output.c_str(),&St) != 0)
- return _error->Error(_("Internal
Error, F
ailed to create %s"),
+ return _error->Error(_("Internal
error, f
ailed to create %s"),
I->Output.c_str());
if (I->OldMTime != St.st_mtime)
I->Output.c_str());
if (I->OldMTime != St.st_mtime)