Commit 837fb133 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Fixed a typo. $faltal() => $fatal()

parent 60ba3826
......@@ -479,7 +479,7 @@ module main;
pkt = gen.gen();
if(g_force_payload_size >= 1520) // more than max
$faltal("wrong g_force_payload_size with wrong opt param");
$fatal("wrong g_force_payload_size with wrong opt param");
else if(g_force_payload_size >= 42) // min size of frame is 64,
pkt.set_size(g_force_payload_size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment