Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-Frank committed Oct 4, 2018
1 parent ef5a336 commit 2a8231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/moonsniff/traffic-gen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function generateTraffic(queue, args)
if lm.running() then
lm.sleepMillis(500)
end
log:info("Trying to generate ~" .. args.rate .. " mbit/s")
log:info("Trying to generate ~" .. args.rate .. " Mbit/s")
queue:setRate(args.rate)
local runtime = timer:new(args.time)
while lm.running() and runtime:running() do
Expand Down

0 comments on commit 2a8231a

Please sign in to comment.