mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 15:41:31 +00:00
Typo fix.
This commit is contained in:
parent
72b7fcc299
commit
5d07bded42
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ Engine =
|
|||
local tps = ( sum == 0 ) and ( self.counter / time_diff ) or ( sum / #self.tps )
|
||||
|
||||
-- Add the statistics to the result
|
||||
table.insert(stats, ("Perfomed %d guesses in %d seconds, average tps: %d"):format( self.counter, time_diff, tps ) )
|
||||
table.insert(stats, ("Performed %d guesses in %d seconds, average tps: %d"):format( self.counter, time_diff, tps ) )
|
||||
stats.name = "Statistics"
|
||||
table.insert( result, stats )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue