aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rpc_broker.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rpc_broker.h')
-rw-r--r--cast/streaming/rpc_broker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/rpc_broker.h b/cast/streaming/rpc_broker.h
index 5865a86b..3cccec83 100644
--- a/cast/streaming/rpc_broker.h
+++ b/cast/streaming/rpc_broker.h
@@ -17,7 +17,7 @@ namespace openscreen {
namespace cast {
// Processes incoming and outgoing RPC messages and links them to desired
-// components on both end points. For outgoing messages, the messager
+// components on both end points. For outgoing messages, the messenger
// must send an RPC message with associated handle value. On the messagee side,
// the message is sent to a pre-registered component using that handle.
// Before RPC communication starts, both sides need to negotiate the handle
@@ -25,7 +25,7 @@ namespace cast {
// |kAcquire*Handle|.
//
// NOTE: RpcBroker doesn't actually send RPC messages to the remote. The session
-// messager needs to set SendMessageCallback, and call ProcessMessageFromRemote
+// messenger needs to set SendMessageCallback, and call ProcessMessageFromRemote
// as appropriate. The RpcBroker then distributes each RPC message to the
// subscribed component.
class RpcBroker {