Skip to content

Commit d970f78

Browse files
committed
typo fix in parse-packets-from-file script
1 parent ec65e15 commit d970f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/parse-packets-from-file.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
print(string.format("-- using protocol version %s", protocol_version_arg))
3232

3333
-- reading hex file
34-
local file = assert(io.open(input_file_arg), "failed to read input file")
34+
local file = assert(io.open(input_file_arg), "failed to open input file")
3535
local hex = file:read("*a")
3636
hex = extract_hex(hex)
3737

0 commit comments

Comments
 (0)