From ac78a4a40a790d5d24195c33a6aeb7eeca0c7701 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Thu, 28 Apr 2022 07:05:29 -0700 Subject: [PATCH] succssfully -> successfully (#349) --- files/www/cgi-bin/admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www/cgi-bin/admin b/files/www/cgi-bin/admin index d04b3bde..c467dc44 100755 --- a/files/www/cgi-bin/admin +++ b/files/www/cgi-bin/admin @@ -612,7 +612,7 @@ if parms.button_rm_pkg and parms.rm_pkg ~= "default" and not permpkg[parms.rm_pk local output = capture("opkg remove " .. parms.rm_pkg .. " 2>&1") pkgout(output) if not output:match("No packages removed") then - pkgout("Package removed succssfully") + pkgout("Package removed successfully") end end