=doc #17329 Fixed and normalized spellings in ScalaDoc and comments

This commit is contained in:
Andrey Myatlyuk 2015-06-02 21:01:00 -07:00
parent 10f039f70d
commit bc791eb86c
77 changed files with 100 additions and 100 deletions

View file

@ -88,7 +88,7 @@ object ClusterShardingSpec extends MultiNodeConfig {
override def postStop(): Unit = {
super.postStop()
// Simulate that the passivation takes some time, to verify passivation bufffering
// Simulate that the passivation takes some time, to verify passivation buffering
Thread.sleep(500)
}
//#counter-actor