1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 15:26:46 +02:00

Fix spelling in ConnectionConfiguration

This commit is contained in:
Florian Schmaus 2015-09-27 23:12:18 +02:00
parent e1f09032d9
commit e9f7710759

View file

@ -316,8 +316,8 @@ public abstract class ConnectionConfiguration {
public static enum SecurityMode { public static enum SecurityMode {
/** /**
* Securirty via TLS encryption is required in order to connect. If the server * Security 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 * does not offer TLS or if the TLS negotiation fails, the connection to the server
* will fail. * will fail.
*/ */
required, required,