mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
typos
This commit is contained in:
parent
0ed66781a7
commit
88308ea727
98 changed files with 271 additions and 271 deletions
|
@ -224,7 +224,7 @@ end
|
|||
-- write to file
|
||||
local function writeOutputBytes(bytes, outfile)
|
||||
local fho,err = io.open(outfile, "wb")
|
||||
if err then print("OOps ... faild to open output-file ".. outfile); return false; end
|
||||
if err then print("OOps ... failed to open output-file ".. outfile); return false; end
|
||||
|
||||
for i = 1, #bytes do
|
||||
fho:write(string.char(tonumber(bytes[i], 16)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue