diff options
author | Steven Barth <steven@midlink.org> | 2008-04-11 19:45:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-11 19:45:59 +0000 |
commit | e5e723797584cc5561dee6d7f73d5f4a19c6e679 (patch) | |
tree | 952a940e64543d962391895c92bd19083316ad08 /core/src/ffluci | |
parent | e501f5ed76eb64e8a696cf8a8ca5159b8db9a100 (diff) |
* Fixed Typo
Diffstat (limited to 'core/src/ffluci')
-rw-r--r-- | core/src/ffluci/sys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ffluci/sys.lua b/core/src/ffluci/sys.lua index d8fbaa57a..5b3f7a3c9 100644 --- a/core/src/ffluci/sys.lua +++ b/core/src/ffluci/sys.lua @@ -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("'", "") .. "'" |