From 01eed4234440d82fc52c8186cf4268517bcd28bc Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Thu, 4 Nov 2021 00:08:07 +0200 Subject: Spelling fixes --- apt-pkg/acquire-item.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/acquire-item.cc') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index a4a6bc4a3..f9362b0d5 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -999,7 +999,7 @@ void pkgAcquire::Item::FailMessage(string const &Message) // Acquire::Item::Start - Item has begun to download /*{{{*/ // --------------------------------------------------------------------- /* Stash status and the file size. Note that setting Complete means - sub-phases of the acquire process such as decompresion are operating */ + sub-phases of the acquire process such as decompression are operating */ void pkgAcquire::Item::Start(string const &/*Message*/, unsigned long long const Size) { Status = StatFetching; @@ -3267,7 +3267,7 @@ void pkgAcqIndex::StageDownloadDone(string const &Message) std::string Filename = LookupTag(Message,"Filename"); // we need to verify the file against the current Release file again - // on if-modfied-since hit to avoid a stale attack against us + // on if-modified-since hit to avoid a stale attack against us if (StringToBool(LookupTag(Message, "IMS-Hit"), false)) { Filename = GetExistingFilename(GetFinalFileNameFromURI(Target.URI)); -- cgit v1.2.3-70-g09d2