mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix spelling errors.
* beacause -> because * disconect -> disconnect * quering -> querying * retrived -> retrieved * syncronous -> synchronous * treshold -> threshold * unsuccesfull -> unsuccessful
This commit is contained in:
committed by
Dan Christian Bogos
parent
bf362ff23d
commit
8894cc19ee
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user