=doc =per fixed a few typos from 'Unknow' to 'Unknown'
This commit is contained in:
parent
5bc6783557
commit
795daa41a5
2 changed files with 4 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ class Persistence(val system: ExtendedActorSystem) extends Extension {
|
|||
case ext if ext(system).actor == journalPluginActor ⇒ ext(system).config
|
||||
} match {
|
||||
case Some(conf) ⇒ conf
|
||||
case None ⇒ throw new IllegalArgumentException(s"Unknow plugin actor $journalPluginActor")
|
||||
case None ⇒ throw new IllegalArgumentException(s"Unknown plugin actor $journalPluginActor")
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue