Fix a typo in PoisonPill warning

This commit is contained in:
Jason Longshore 2019-04-12 15:29:53 -05:00
parent 04d4185b1e
commit 52ee2b10a1

View file

@ -53,7 +53,7 @@ private object ActorRefSource {
val ref: ActorRef = getEagerStageActor(eagerMaterializer, poisonPillCompatibility = true) {
case (_, PoisonPill)
log.warning("for backwards compatibility: PoisonPill will note be supported in the future")
log.warning("for backwards compatibility: PoisonPill will not be supported in the future")
completeStage()
case (_, m) if failureMatcher.isDefinedAt(m)
failStage(failureMatcher(m))