Fix spelling in ConnectionConfiguration

This commit is contained in:
Florian Schmaus 2015-09-27 23:12:18 +02:00
parent e1f09032d9
commit e9f7710759
1 changed files with 2 additions and 2 deletions

View File

@ -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,