Fix comment typo

This commit is contained in:
Robert Patchett 2019-10-22 10:43:57 +02:00
parent 55f7e64f19
commit 87cb448d12
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ extension OpenVPN {
/// Sends periodical keep-alive packets if set.
public var keepAliveInterval: TimeInterval?
/// Disconnects after no keep-alive packets are recieved within timeout interval if set.
/// Disconnects after no keep-alive packets are received within timeout interval if set.
public var keepAliveTimeout: TimeInterval?
/// The number of seconds after which a renegotiation should be initiated. If `nil`, the client will never initiate a renegotiation.