From 410e017c462089e470ddefe479339cd4ddc8169b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 18 Jun 2023 10:32:29 +0200 Subject: [PATCH] Fix spellcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- scripts/pi-hole/php/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/func.php b/scripts/pi-hole/php/func.php index 3c550340..80884342 100644 --- a/scripts/pi-hole/php/func.php +++ b/scripts/pi-hole/php/func.php @@ -113,7 +113,7 @@ function checkfile($filename) // Avoid browser caching old versions of a file, using the last modification time // Receive the file URL (without "/admin/"); -// Return the string containin URL + "?v=xxx", where xxx is the last modified time of the file. +// Return the string containing URL + "?v=xxx", where xxx is the last modified time of the file. function fileversion($url) { $filename = $_SERVER['DOCUMENT_ROOT'].'/admin/'.$url;