mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Typo fix.
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user