From e9f771075966ed018b9b68e996a7ba25d9df51d3 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 27 Sep 2015 23:12:18 +0200 Subject: [PATCH] Fix spelling in ConnectionConfiguration --- .../java/org/jivesoftware/smack/ConnectionConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java b/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java index 8ced06964..e540eb154 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java @@ -316,8 +316,8 @@ public abstract class ConnectionConfiguration { public static enum SecurityMode { /** - * Securirty via TLS encryption is required in order to connect. If the server - * does not offer TLS or if the TLS negotiaton fails, the connection to the server + * Security via TLS encryption is required in order to connect. If the server + * does not offer TLS or if the TLS negotiation fails, the connection to the server * will fail. */ required,