Skip to content

Commit

Permalink
fix typo in remoting*.md and actors.md #24061
Browse files Browse the repository at this point in the history
  • Loading branch information
bpg authored and johanandren committed Nov 24, 2017
1 parent 2c31f57 commit e722e1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions akka-actor/src/main/resources/reference.conf
Expand Up @@ -665,7 +665,7 @@ akka {
# Akka Serialization extension, instead DisabledJavaSerializer will
# be inserted which will fail explicitly if attempts to use java serialization are made.
#
# The log messages emitted by such serializer SHOULD be be treated as potential
# The log messages emitted by such serializer SHOULD be treated as potential
# attacks which the serializer prevented, as they MAY indicate an external operator
# attempting to send malicious messages intending to use java serialization as attack vector.
# The attempts are logged with the SECURITY marker.
Expand Down Expand Up @@ -1061,7 +1061,7 @@ akka {
phases {

# The first pre-defined phase that applications can add tasks to.
# Note that more phases can be be added in the application's
# Note that more phases can be added in the application's
# configuration by overriding this phase with an additional
# depends-on.
before-service-unbind {
Expand Down
Expand Up @@ -35,7 +35,7 @@ import akka.util.OptionVal
object CoordinatedShutdown extends ExtensionId[CoordinatedShutdown] with ExtensionIdProvider {
/**
* The first pre-defined phase that applications can add tasks to.
* Note that more phases can be be added in the application's
* Note that more phases can be added in the application's
* configuration by overriding this phase with an additional
* depends-on.
*/
Expand Down
Expand Up @@ -118,7 +118,7 @@ object ConsistentHashingRoutingLogic {
* The key is part of the message and it's convenient to define it together
* with the message definition.
*
* 3. The messages can be be wrapped in a [[akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope]]
* 3. The messages can be wrapped in a [[akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope]]
* to define what data to use for the consistent hash key. The sender knows
* the key to use.
*
Expand Down
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/actors.md
Expand Up @@ -1078,7 +1078,7 @@ The default phases are defined as:

@@snip [reference.conf]($akka$/akka-actor/src/main/resources/reference.conf) { #coordinated-shutdown-phases }

More phases can be be added in the application's configuration if needed by overriding a phase with an
More phases can be added in the application's configuration if needed by overriding a phase with an
additional `depends-on`. Especially the phases `before-service-unbind`, `before-cluster-shutdown` and
`before-actor-system-terminate` are intended for application specific phases or tasks.

Expand Down
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/remoting-artery.md
Expand Up @@ -592,7 +592,7 @@ be inserted which will fail explicitly if attempts to use java serialization are

It will also enable the above mentioned *enable-additional-serialization-bindings*.

The log messages emitted by such serializer SHOULD be be treated as potential
The log messages emitted by such serializer SHOULD be treated as potential
attacks which the serializer prevented, as they MAY indicate an external operator
attempting to send malicious messages intending to use java serialization as attack vector.
The attempts are logged with the SECURITY marker.
Expand Down
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/remoting.md
Expand Up @@ -417,7 +417,7 @@ be inserted which will fail explicitly if attempts to use java serialization are

It will also enable the above mentioned `enable-additional-serialization-bindings`.

The log messages emitted by such serializer SHOULD be be treated as potential
The log messages emitted by such serializer SHOULD be treated as potential
attacks which the serializer prevented, as they MAY indicate an external operator
attempting to send malicious messages intending to use java serialization as attack vector.
The attempts are logged with the SECURITY marker.
Expand Down

0 comments on commit e722e1a

Please sign in to comment.