* Fixed Typo

This commit is contained in:
Steven Barth 2008-04-11 19:45:59 +00:00
parent e501f5ed76
commit e5e7237975

View file

@ -56,7 +56,7 @@ end
function flash(image, kpattern)
local cmd = "ffluci-flash "
if kpattern then
cmd = cmd .. "-k '" .. kapttern:gsub("'", "") .. "' "
cmd = cmd .. "-k '" .. kpattern:gsub("'", "") .. "' "
end
cmd = cmd .. "'" .. image:gsub("'", "") .. "'"