From ae962a96fdba3fcc14b60d48f0db48bb7f3b243e Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Wed, 20 Aug 2014 12:04:22 +0400
Subject: [PATCH] fix typo

---
 include/functions2.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/functions2.php b/include/functions2.php
index 555aa04e..deeaaf21 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -2253,7 +2253,7 @@
 
 		if($status['http_code']!=200){
 
-			// idiot site not allowing http get
+			// idiot site not allowing http head
 			if($status['http_code'] == 405) {
 				curl_close($curl);
 				return geturl($url, $depth +1, false);
-- 
2.39.5