From 3d04e0d3a69ab127c422f5f75716a4a175dd49d6 Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Mon, 8 Jun 2020 23:45:04 -0400 Subject: [PATCH] minor typo in akka-remote reference.conf --- akka-remote/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-remote/src/main/resources/reference.conf b/akka-remote/src/main/resources/reference.conf index 06a0248730..e69a85d696 100644 --- a/akka-remote/src/main/resources/reference.conf +++ b/akka-remote/src/main/resources/reference.conf @@ -1180,7 +1180,7 @@ akka { # manager. The constructed SSLContext is cached some time (configurable) so when # the credentials rotate the new credentials are eventually picked up. # By default mTLS is enabled. - # This provider also includes a verification fase that runs after the TLS handshake + # This provider also includes a verification phase that runs after the TLS handshake # phase. In this verification, both peers run an authorization and verify they are # part of the same akka cluster. The verification happens via comparing the subject # names in the peer's certificate with the name on the own certificate so if you