summaryrefslogtreecommitdiff
path: root/Example Apps/Example ObjC/ProxyManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example ObjC/ProxyManager.m')
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index 82a0165c1..9cb17a9e0 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -229,8 +229,7 @@ NS_ASSUME_NONNULL_BEGIN
}
#pragma mark - SDLManagerDelegate
-
-/// Called when the connection beween this app and the module has closed.
+/// Called when the connection between this app and the module has closed.
- (void)managerDidDisconnect {
if (self.state != ProxyStateStopped) {
[self sdlex_updateProxyState:ProxyStateSearchingForConnection];