mirror of https://github.com/aredn/aredn.git
succssfully -> successfully (#349)
This commit is contained in:
parent
3660b26fbb
commit
ac78a4a40a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue