From bd844d790901bb87f16a8eb47b0027b5a5e01bb0 Mon Sep 17 00:00:00 2001 From: Ruixey Date: Fri, 21 Mar 2025 16:08:57 +0000 Subject: [PATCH] fix grammar mistake --- script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.php b/script.php index 5f3bc6f..aa8c259 100644 --- a/script.php +++ b/script.php @@ -320,7 +320,7 @@ downloadpage='f.php' if [ "$1" == "send" ]; then if [ ! -f "$2" ]; then - echo "File \"$2\" does not exists." + echo "File \"$2\" does not exist." exit fi -- 2.43.0