Skip to content

Commit

Permalink
Merge pull request #2498 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update hf_ntag_bruteforce.lua
  • Loading branch information
iceman1001 authored Sep 11, 2024
2 parents 47d94f4 + ec6b398 commit 9a77b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/luascripts/hf_ntag_bruteforce.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end
local function writeOutputBytes(bytes, outfile)
local fileout,err = io.open(outfile,"wb")
if err then
print("### ERROR - Faild to open output-file "..outfile)
print("### ERROR - Failed to open output-file "..outfile)
return false
end
for i = 1, #bytes do
Expand Down

0 comments on commit 9a77b3f

Please sign in to comment.