Fix a typo in PoisonPill warning
This commit is contained in:
parent
04d4185b1e
commit
52ee2b10a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue