summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rheinbay <danielrheinbay@gmail.com>2021-10-02 16:56:14 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-10-03 14:50:18 +0200
commit0470bcb9ff96f233a4f6b3a57daf5054ebb5f95a (patch)
tree73f10f3939d92602e30f4182e439efe93b8ddbad
parent2364d8cbe6fd10fca35ebeadc356adfaa7a64571 (diff)
Fix spelling of receive
recive => receive Signed-off-by: Daniel Rheinbay <danielrheinbay@gmail.com>
-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;