succssfully -> successfully (#349)

This commit is contained in:
Tim Wilkinson 2022-04-28 07:05:29 -07:00 committed by GitHub
parent 3660b26fbb
commit ac78a4a40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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") local output = capture("opkg remove " .. parms.rm_pkg .. " 2>&1")
pkgout(output) pkgout(output)
if not output:match("No packages removed") then if not output:match("No packages removed") then
pkgout("Package removed succssfully") pkgout("Package removed successfully")
end end
end end