From 4688fe4c394fb7c734a28cda3e68b65391010a3f Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 12 Jun 2017 15:54:09 -0700 Subject: [PATCH] fix comment for change from replicant to downstream --- assignment-client/src/audio/AudioMixerClientData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment-client/src/audio/AudioMixerClientData.cpp b/assignment-client/src/audio/AudioMixerClientData.cpp index 359c7e1b9e..de7bdbc780 100644 --- a/assignment-client/src/audio/AudioMixerClientData.cpp +++ b/assignment-client/src/audio/AudioMixerClientData.cpp @@ -132,7 +132,7 @@ void AudioMixerClientData::optionallyReplicatePacket(ReceivedMessage& message, c std::unique_ptr packet; - // enumerate the replicant audio mixers and send them the replicated version of this packet + // enumerate the downstream audio mixers and send them the replicated version of this packet nodeList->eachMatchingNode([&](const SharedNodePointer& node)->bool { return node->getType() == NodeType::DownstreamAudioMixer; }, [&](const SharedNodePointer& node) {