mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Typo
This commit is contained in:
parent
26d145af35
commit
ed991aee95
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function format_utils.round(num, idp)
|
|||
end
|
||||
|
||||
if num ~= num then -- nan (not a number)
|
||||
ttprint("Number is nan")
|
||||
tprint("Number is nan")
|
||||
io.write(debug.traceback() .. "\n")
|
||||
res = 0
|
||||
elseif math.abs(num) == math.huge then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue