Skip to content

Commit

Permalink
fix code comment with 'aquired' typo (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 8, 2024
1 parent 338374c commit 392a05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private[stream] final case class SourceRefImpl[T](initialPartnerRef: ActorRef) e
private case object AwaitingPartner extends State
// we're the "remote" for an already active Source on the other side (the "origin")
private case class AwaitingSubscription(partner: ActorRef) extends WeKnowPartner
// subscription aquired and up and running
// subscription acquired and up and running
private final case class Running(partner: ActorRef) extends WeKnowPartner

// downstream cancelled or failed, waiting for remote upstream to ack
Expand Down

0 comments on commit 392a05c

Please sign in to comment.