From ec6b3981b5409e8fab8784fd5a30ce1f5e76b950 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 12 Sep 2024 01:23:31 +0900 Subject: [PATCH] chore: update hf_ntag_bruteforce.lua Faild -> Failed Signed-off-by: Ikko Eltociear Ashimine --- client/luascripts/hf_ntag_bruteforce.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/hf_ntag_bruteforce.lua b/client/luascripts/hf_ntag_bruteforce.lua index e7a347560..29c8a892c 100644 --- a/client/luascripts/hf_ntag_bruteforce.lua +++ b/client/luascripts/hf_ntag_bruteforce.lua @@ -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