Fix several minor typos detected by github.com/client9/misspell (#25448)
* Fix several minor typos detected by github.com/client9/misspell * Revert s/erminater/erminator/ in /ActorSystemSpec
This commit is contained in:
parent
fddc198178
commit
482eaea122
70 changed files with 102 additions and 102 deletions
|
|
@ -72,7 +72,7 @@ class AllowJavaSerializationOffSpec extends AkkaSpec(
|
|||
akka {
|
||||
loglevel = debug
|
||||
actor {
|
||||
enable-additional-serialization-bindings = off # this should be overriden by the setting below, which should force it to be on
|
||||
enable-additional-serialization-bindings = off # this should be overridden by the setting below, which should force it to be on
|
||||
allow-java-serialization = off
|
||||
# this is by default on, but tests are running with off, use defaults here
|
||||
warn-about-java-serializer-usage = on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue