summaryrefslogtreecommitdiffstats
path: root/lib/Scraper/Scraper.php
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-11-15 19:11:33 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-15 19:11:33 +0100
commit1e9225c662a0d4418f03a52a50a0cf4ad4259b34 (patch)
treebf6a89216fd3dd90fc2722f3acbd41678d29e35c /lib/Scraper/Scraper.php
parent9e2c2b5f541893565a2af3ca9e34d83156ed82ab (diff)
parent40b49b77de50b8adedbe7da93cb0c63c62187b3f (diff)
Merge branch 'master' into stable16stable16
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;