summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-05-31 13:39:28 -0400
committerGitHub <noreply@github.com>2019-05-31 13:39:28 -0400
commit12ee2a0682981c3d7b5af99a306706bd626475c2 (patch)
treece0afd4575fca4bfe94964882476fc29a3418fc8
parent6e83a5642afe817dca4d0011737f384cac13c6b8 (diff)
downloadsdl_ios-12ee2a0682981c3d7b5af99a306706bd626475c2.tar.gz
Update SmartDeviceLink/SDLIAPTransport.m
Fixed SDL log spelling Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/SDLIAPTransport.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLIAPTransport.m b/SmartDeviceLink/SDLIAPTransport.m
index 999518d4d..1a977dc45 100644
--- a/SmartDeviceLink/SDLIAPTransport.m
+++ b/SmartDeviceLink/SDLIAPTransport.m
@@ -307,7 +307,7 @@ int const CreateSessionRetries = 3;
*/
- (void)sdl_connect:(nullable EAAccessory *)accessory {
if (self.transportDisconnected) {
- SDLLogV(@"Will not attempt to connect to an accessory because the data session disconnected. Waiting for lifecycle manager to create a new tranport object.");
+ SDLLogV(@"Will not attempt to connect to an accessory because the data session disconnected. Waiting for lifecycle manager to create a new transport object.");
return;
}