=doc =per fixed a few typos from 'Unknow' to 'Unknown'

This commit is contained in:
cheehau.lim 2015-10-15 19:32:22 +08:00
parent 5bc6783557
commit 795daa41a5
2 changed files with 4 additions and 4 deletions

View file

@ -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")
}
/**