mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +01:00
Fix spelling in ConnectionConfiguration
This commit is contained in:
parent
e1f09032d9
commit
e9f7710759
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue