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