Fixed typo

Co-Authored-By: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Renato Cavalcanti 2020-03-02 14:34:03 +01:00 committed by GitHub
parent 21bbae8c46
commit 86bfcd6e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ object Persistence extends ExtensionId[Persistence] with ExtensionIdProvider {
/** INTERNAL API. */
private[persistence] case class PluginHolder(actorFactory: () => ActorRef, adapters: EventAdapters, config: Config)
extends Extension {
// lazy creation of actor so that it's not started when only lookup up adapters
// lazy creation of actor so that it's not started when only looking up adapters
lazy val actor: ActorRef = actorFactory()
}