summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-07-21 08:32:12 -0400
committerNicoleYarroch <nicole@livio.io>2020-07-21 08:32:12 -0400
commitfecadf35e7b3e69e84d0b127d8bedafd51a0e6d1 (patch)
tree7ee245ca4a79d5bcae5788a9c692405c2ec65f64
parentdfe064286ea5f5bd43f12b26fb8db3d9f104ebc5 (diff)
downloadsdl_ios-fecadf35e7b3e69e84d0b127d8bedafd51a0e6d1.tar.gz
Fixed word
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLProtocolDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProtocolDelegate.h b/SmartDeviceLink/SDLProtocolDelegate.h
index 16ce9dd95..618b59ab0 100644
--- a/SmartDeviceLink/SDLProtocolDelegate.h
+++ b/SmartDeviceLink/SDLProtocolDelegate.h
@@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Protocol Messages
-/// Called when a protocol message is received.
+/// Called when a protocol frame is received.
/// @param msg A SDLProtocolMessage object
/// @param protocol The transport's protocol
- (void)onProtocolMessageReceived:(SDLProtocolMessage *)msg protocol:(SDLProtocol *)protocol;