From 0470bcb9ff96f233a4f6b3a57daf5054ebb5f95a Mon Sep 17 00:00:00 2001 From: Daniel Rheinbay Date: Sat, 2 Oct 2021 16:56:14 +0200 Subject: Fix spelling of receive recive => receive Signed-off-by: Daniel Rheinbay --- lib/Scraper/Scraper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Scraper/Scraper.php b/lib/Scraper/Scraper.php index 65a138799..9d1c3ffe7 100644 --- a/lib/Scraper/Scraper.php +++ b/lib/Scraper/Scraper.php @@ -61,7 +61,7 @@ class Scraper implements IScraper { list($content, $redirected_url) = $this->getHTTPContent($url); if ($content === false) { - $this->logger->error('Unable to recive content from {url}', [ + $this->logger->error('Unable to receive content from {url}', [ 'url' => $url, ]); $this->readability = null; -- cgit v1.2.3