This is an automated email from the ASF dual-hosted git repository.

igodwin pushed a commit to branch release/1.8
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 32a8e96137e681e6ee4d9e44091bb0f2a6e06d9a
Author: Dave Barnes <dbar...@pivotal.io>
AuthorDate: Thu Nov 8 10:42:24 2018 -0800

    GEODE-4728: User Guide typo fixes, Diffie-Hellman
---
 docs/geode-native-docs/security/authentication-levels.html.md.erb | 4 +---
 docs/geode-native-docs/security/encrypted-auth.html.md.erb        | 4 ++--
 docs/geode-native-docs/security/overviewencryptcred.html.md.erb   | 4 ++--
 docs/geode-native-docs/security/overviewsecurity.html.md.erb      | 2 +-
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/docs/geode-native-docs/security/authentication-levels.html.md.erb 
b/docs/geode-native-docs/security/authentication-levels.html.md.erb
index 2bd39fd..a7501b5 100644
--- a/docs/geode-native-docs/security/authentication-levels.html.md.erb
+++ b/docs/geode-native-docs/security/authentication-levels.html.md.erb
@@ -33,6 +33,4 @@ By default, server pools use process-level authentication. 
Enable multi-user aut
 
 <img src="../common/images/security-client-connections.gif" 
id="security__image_85B98E185AD84C59AC22974A63080559" class="image" />
 
-Credentials can be sent in encrypted form using the Diffie-Hellman key 
exchange algorithm. See [Encrypt Credentials with 
Diffe-Hellman](overviewencryptcred.html#security) for more information.
-
-
+Credentials can be sent in encrypted form using the Diffie-Hellman key 
exchange algorithm. See [Encrypt Credentials with 
Diffie-Hellman](overviewencryptcred.html#security) for more information.
diff --git a/docs/geode-native-docs/security/encrypted-auth.html.md.erb 
b/docs/geode-native-docs/security/encrypted-auth.html.md.erb
index a398e4d..fe08234 100644
--- a/docs/geode-native-docs/security/encrypted-auth.html.md.erb
+++ b/docs/geode-native-docs/security/encrypted-auth.html.md.erb
@@ -19,9 +19,9 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 
-You can set up encrypted authentication using Diffe-Hellman or the sample PKCS 
implementation.
+You can set up encrypted authentication using Diffie-Hellman or the sample 
PKCS implementation.
 
--   **[Encrypt Credentials with Diffe-Hellman](overviewencryptcred.html)**
+-   **[Encrypt Credentials with Diffie-Hellman](overviewencryptcred.html)**
 
     For secure transmission of sensitive credentials like passwords, encrypt 
credentials using the Diffie-Hellman key exchange algorithm. With 
Diffie-Hellman enabled, you can have your client authenticate its servers.
 
diff --git a/docs/geode-native-docs/security/overviewencryptcred.html.md.erb 
b/docs/geode-native-docs/security/overviewencryptcred.html.md.erb
index f18ea39..2ca30a1 100644
--- a/docs/geode-native-docs/security/overviewencryptcred.html.md.erb
+++ b/docs/geode-native-docs/security/overviewencryptcred.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title:  Encrypt Credentials with Diffe-Hellman
+title:  Encrypt Credentials with Diffie-Hellman
 ---
 
 <!--
@@ -21,7 +21,7 @@ limitations under the License.
 
 For secure transmission of sensitive credentials such as passwords, encrypt 
credentials using the Diffie-Hellman key exchange algorithm. With 
Diffie-Hellman enabled, you can have your client authenticate its servers.
 
-## <a id="security__section_1BB8F13C7ACB44668FF337F59A3BA5AE" 
class="no-quick-link"></a>Enabling Diffe-Hellman
+## <a id="security__section_1BB8F13C7ACB44668FF337F59A3BA5AE" 
class="no-quick-link"></a>Enabling Diffie-Hellman
 
 Set the `security-client-dhalgo` system property in the `geode.properties` 
file to the password for the public key file store on the client (the name of a 
valid symmetric key cipher supported by the JDK).
 
diff --git a/docs/geode-native-docs/security/overviewsecurity.html.md.erb 
b/docs/geode-native-docs/security/overviewsecurity.html.md.erb
index f0e1729..a965c5e 100644
--- a/docs/geode-native-docs/security/overviewsecurity.html.md.erb
+++ b/docs/geode-native-docs/security/overviewsecurity.html.md.erb
@@ -29,7 +29,7 @@ The security framework authenticates clients that attempt to 
connect to a <%=var
 
 -   **[Encrypted Authentication](encrypted-auth.html)**
 
-    You can set up encrypted authentication using Diffe-Hellman or the sample 
PKCS implementation.
+    You can set up encrypted authentication using Diffie-Hellman or the sample 
PKCS implementation.
 
 -   **[Client Authorization](overviewclientauthorization.html)**
 

Reply via email to