From 1b4c2821f6722364067309f382d830dc053d6144 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 16 Aug 2023 11:59:12 +0200 Subject: pkg/mgrconfig: fix a typo --- pkg/mgrconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go index 614ebeae2..c609fa938 100644 --- a/pkg/mgrconfig/config.go +++ b/pkg/mgrconfig/config.go @@ -152,7 +152,7 @@ type Config struct { Reproduce bool `json:"reproduce"` // The number of VMs that are reserved to only perform fuzzing and nothing else. - // Can be helpful e.g. to ensure that the pool of fuzzing VMs is never exhaused and + // Can be helpful e.g. to ensure that the pool of fuzzing VMs is never exhausted and // the manager continues fuzzing no matter how many new bugs are encountered. // By default the value is 0, i.e. all VMs can be used for all purposes. FuzzingVMs int `json:"fuzzing_vms,omitempty"` -- cgit mrf-deployment