restore spelling in comment

This commit is contained in:
Andrew Meadows 2017-03-28 21:11:32 -07:00
parent 7100f44927
commit c5eb2e0642

View file

@ -186,7 +186,7 @@ void AvatarMixer::start() {
}
// NOTE: nodeData->getAvatar() might be side affected, must be called when access to node/nodeData
// NOTE: nodeData->getAvatar() might be side effected, must be called when access to node/nodeData
// is guaranteed to not be accessed by other thread
void AvatarMixer::manageDisplayName(const SharedNodePointer& node) {
AvatarMixerClientData* nodeData = reinterpret_cast<AvatarMixerClientData*>(node->getLinkedData());