Fix spelling errors.

* beacause     -> because
 * disconect    -> disconnect
 * quering      -> querying
 * retrived     -> retrieved
 * syncronous   -> synchronous
 * treshold     -> threshold
 * unsuccesfull -> unsuccessful
This commit is contained in:
Bas Couwenberg
2023-09-07 21:14:26 +02:00
committed by Dan Christian Bogos
parent bf362ff23d
commit 8894cc19ee
10 changed files with 15 additions and 15 deletions

View File

@@ -293,7 +293,7 @@ func acceptBiRPC(srv *birpc.BirpcServer, l net.Listener, codecName string, newCo
return
}
stopBiRPCServer <- struct{}{}
utils.Logger.Crit(fmt.Sprintf("Stopped Bi%s server beacause %s", codecName, err))
utils.Logger.Crit(fmt.Sprintf("Stopped Bi%s server because %s", codecName, err))
return // stop if we get Accept error
}
go srv.ServeCodec(newCodec(conn))