From b602dcd1724fb0091e9e205b246743a936cf8f6e Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Sun, 4 Aug 2024 14:38:43 +0800 Subject: [PATCH] Fix typos. (#1214) --- tinyfilemanager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index f8e583dd..65ca2562 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -100,7 +100,7 @@ $exclude_items = array(); // Online office Docs Viewer -// Availabe rules are 'google', 'microsoft' or false +// Available rules are 'google', 'microsoft' or false // Google => View documents using Google Docs Viewer // Microsoft => View documents using Microsoft Web Apps Viewer // false => disable online doc viewer @@ -2266,7 +2266,7 @@ function print_external($key) { } /** - * Verify CSRF TOKEN and remove after cerify + * Verify CSRF TOKEN and remove after certified * @param string $token * @return bool */