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

@ -33,7 +33,7 @@ object NettyTransportSpec {
}
}
class NettyTransportSpec extends WordSpec with Matchers with BindBehaviour {
class NettyTransportSpec extends WordSpec with Matchers with BindBehavior {
import akka.remote.transport.netty.NettyTransportSpec._
"NettyTransport" should {
@ -119,7 +119,7 @@ class NettyTransportSpec extends WordSpec with Matchers with BindBehaviour {
}
}
trait BindBehaviour { this: WordSpec with Matchers
trait BindBehavior { this: WordSpec with Matchers
import akka.remote.transport.netty.NettyTransportSpec._
def theOneWhoKnowsTheDifferenceBetweenBoundAndRemotingAddress(proto: String) = {