From b12bdeaf8acd050c5526ecc05526db70df5fd485 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 4 May 2018 19:56:41 +0200 Subject: Fix various typos reported by spellcheckers Reported-By: codespell & spellintian Gbp-Dch: Ignore --- apt-pkg/acquire-worker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/acquire-worker.cc') diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc index 6cbf8b7aa..c557d77bd 100644 --- a/apt-pkg/acquire-worker.cc +++ b/apt-pkg/acquire-worker.cc @@ -879,7 +879,7 @@ bool pkgAcquire::Worker::MethodFailure() { _error->Error("Method %s has died unexpectedly!",Access.c_str()); - // do not reap the child here to show meaningfull error to the user + // do not reap the child here to show meaningful error to the user ExecWait(Process,Access.c_str(),false); Process = -1; close(InFd); -- cgit v1.2.3