From 812e9351ef585bdf051b6cda7b13cb5397a736e8 Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Thu, 1 Jun 2017 10:59:38 +0300 Subject: [PATCH] Fix type in a method description --- OpenVPN Adapter/OpenVPNConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenVPN Adapter/OpenVPNConfiguration.h b/OpenVPN Adapter/OpenVPNConfiguration.h index 5c431d5..179b952 100644 --- a/OpenVPN Adapter/OpenVPNConfiguration.h +++ b/OpenVPN Adapter/OpenVPNConfiguration.h @@ -64,7 +64,7 @@ @property (nonatomic) BOOL tunPersist; /** - If true and a redirect-gateway profile doesn't also define + If YES and a redirect-gateway profile doesn't also define DNS servers, use the standard Google DNS servers. */ @property (nonatomic) BOOL googleDNSFallback;