diff --git a/nselib/brute.lua b/nselib/brute.lua index f97669655..76829a5e6 100644 --- a/nselib/brute.lua +++ b/nselib/brute.lua @@ -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 )