diff options
| author | Christian Helbling | 2026-02-11 08:46:31 +0100 |
|---|---|---|
| committer | Christian Helbling | 2026-02-11 08:46:31 +0100 |
| commit | 368adaee5f87021f55ad1f1ccde7d319d802587d (patch) | |
| tree | 550b130337ec5d27ab81a598ed1c7474560270e5 | |
| parent | a65e5673081f99d70067b167a63ed8ef1552dd23 (diff) | |
| download | itools-368adaee5f87021f55ad1f1ccde7d319d802587d.tar.gz itools-368adaee5f87021f55ad1f1ccde7d319d802587d.tar.bz2 itools-368adaee5f87021f55ad1f1ccde7d319d802587d.zip | |
typo in comment
| -rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |