X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b21c043804b1be7f4d79ac3f5a6615dc96f26a42..9d5a74688f0b11e92073cad80f5581f7dfd1a76c:/ftparchive/contents.cc diff --git a/ftparchive/contents.cc b/ftparchive/contents.cc index e11c16ca2..3801995bd 100644 --- a/ftparchive/contents.cc +++ b/ftparchive/contents.cc @@ -314,7 +314,7 @@ bool ContentsExtract::Read(debDebFile &Deb) Compressor = "bzip2"; } if (Member == 0) { - _error->Error(_("Internal Error, could not locate member %s"),"data.tar.gz"); + _error->Error(_("Internal error, could not locate member %s"),"data.tar.gz"); return false; }