mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes a typo
This commit is contained in:
parent
cd0db380e3
commit
ec348a6ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function shorteString(name)
|
||||
function shortenString(name)
|
||||
max_len = 24
|
||||
if(string.len(name) < max_len) then
|
||||
return(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue