From 368adaee5f87021f55ad1f1ccde7d319d802587d Mon Sep 17 00:00:00 2001 From: Christian Helbling Date: Wed, 11 Feb 2026 08:46:31 +0100 Subject: typo in comment --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_url.class b/it_url.class index 602e754..f28c3d3 100644 --- a/it_url.class +++ b/it_url.class @@ -605,7 +605,7 @@ static function get_cache_filename($p) * @param $p['returnheaders'] Return array($path, $headers) instead of simply $path * @param $p['postprocess'] UNSUPPORTED, use ::get_cache_contents * @param $p['lock'] prevent multiple requests to same url from different processes [true] - * @return Cache file path or false if fetch failed OR if $p['returnhreaders'] then [$path, $headers, (bool)$isnewfile] or null on failure + * @return Cache file path or false if fetch failed OR if $p['returnheaders'] then [$path, $headers, (bool)$isnewfile] or null on failure */ static function get_cache($p = array()) { -- cgit v1.2.3