Fix typo in ConnectionState

This commit is contained in:
Paul Schaub 2019-09-30 03:08:27 +02:00
parent 9ee2f044ee
commit 05c760cf24
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ public enum ConnectionState {
* The connection already (unsuccessfully) tried to connect, but failed due to lack of network
* connectivity and is now waiting to retry connecting.
*/
WAIRING_FOR_RETRY
WAITING_FOR_RETRY
}