summaryrefslogtreecommitdiffstats
path: root/lib/Scraper/Scraper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Scraper/Scraper.php')
-rw-r--r--lib/Scraper/Scraper.php2
1 files changed, 1 insertions, 1 deletions
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;