Fixed typo. (#16)

Recieving -> Receiving.
This commit is contained in:
SolomonSklash 2019-04-05 07:43:23 +00:00 committed by Joona Hoikkala
parent b9c9c92418
commit ddf2a4d5d5

View File

@ -182,7 +182,7 @@ func (j *Job) CheckStop() {
if j.Config.StopOnErrors || j.Config.StopOnAll {
if j.SpuriousErrorCounter > j.Config.Threads*2 {
// Most of the requests are erroring
j.Error = "Recieving spurious errors, exiting."
j.Error = "Receiving spurious errors, exiting."
j.Stop()
}