mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chore: update hf_ntag_bruteforce.lua
Faild -> Failed Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
47d94f4688
commit
ec6b3981b5
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ end
|
||||||
local function writeOutputBytes(bytes, outfile)
|
local function writeOutputBytes(bytes, outfile)
|
||||||
local fileout,err = io.open(outfile,"wb")
|
local fileout,err = io.open(outfile,"wb")
|
||||||
if err then
|
if err then
|
||||||
print("### ERROR - Faild to open output-file "..outfile)
|
print("### ERROR - Failed to open output-file "..outfile)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
for i = 1, #bytes do
|
for i = 1, #bytes do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue