From 93637014e5deb7305a75f9bfec6c3701a4b814a7 Mon Sep 17 00:00:00 2001
From: David Phillips <david@yeah.nah.nz>
Date: Sun, 14 Jun 2020 17:02:34 +1200
Subject: URL_Title: Fix typo in header

---
 Plugin/URL_Title.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Plugin/URL_Title.pm b/Plugin/URL_Title.pm
index 451603a..9076c44 100644
--- a/Plugin/URL_Title.pm
+++ b/Plugin/URL_Title.pm
@@ -76,7 +76,7 @@ sub get_title
 	my %headers = (
 		"Range" => "bytes=0-65536",
 		"Accept" => "text/html, image/svg+xml",
-		"Acceot-Encoding" => "gzip"
+		"Accept-Encoding" => "gzip"
 	);
 	my $http = HTTP::Tiny->new((default_headers => \%headers, timeout => 3, agent => 'Mozilla/5.0 (compatible; idalius IRC bot)'));
 
-- 
cgit v1.1