From f9707ce0c800d655092eef0852a0fbf03d0265b5 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:52:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20sucessfully=E2=86=92successful?= =?UTF-8?q?ly=20typo=20in=20offline.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- offline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline.sh b/offline.sh index fd475d9..e0581f3 100644 --- a/offline.sh +++ b/offline.sh @@ -211,5 +211,5 @@ if [[ -s ezhttp_offline.tar.gz ]];then echo "file ezhttp_offline.tar.gz had already exsit,please rename or remove." exit 1 else - tar czvf ezhttp_offline.tar.gz * && echo "offline package has sucessfully made." + tar czvf ezhttp_offline.tar.gz * && echo "offline package has successfully made." fi