change spelling of behaviour to behavior, #24457

This commit is contained in:
Patrik Nordwall 2018-01-31 16:25:31 +01:00
parent 4af523a012
commit 23fa8b0810
37 changed files with 81 additions and 81 deletions

View file

@ -67,7 +67,7 @@ object ClusterSingletonManagerSpec extends MultiNodeConfig {
/**
* This channel is extremely strict with regards to
* registration and unregistration of consumer to
* be able to detect misbehaviour (e.g. two active
* be able to detect misbehavior (e.g. two active
* singleton instances).
*/
class PointToPointChannel extends Actor with ActorLogging {
@ -334,7 +334,7 @@ class ClusterSingletonManagerSpec extends MultiNodeSpec(ClusterSingletonManagerS
memberProbe.expectMsgClass(classOf[CurrentClusterState])
runOn(controller) {
// watch that it is not terminated, which would indicate misbehaviour
// watch that it is not terminated, which would indicate misbehavior
watch(system.actorOf(Props[PointToPointChannel], "queue"))
}
enterBarrier("queue-started")