From a32cc7f5554fcb221706c3499e265a7b784c29ca Mon Sep 17 00:00:00 2001 From: Sam Gondelman Date: Wed, 23 Aug 2017 13:50:08 -0700 Subject: [PATCH] typo --- assignment-client/src/entities/EntityTreeSendThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment-client/src/entities/EntityTreeSendThread.cpp b/assignment-client/src/entities/EntityTreeSendThread.cpp index a19badafe9..9cc0c3d34e 100644 --- a/assignment-client/src/entities/EntityTreeSendThread.cpp +++ b/assignment-client/src/entities/EntityTreeSendThread.cpp @@ -100,7 +100,7 @@ void EntityTreeSendThread::traverseTreeAndSendContents(SharedNodePointer node, O EntityPriorityQueue prevSendQueue; _sendQueue.swap(prevSendQueue); _entitiesToSend.clear(); - // Re-add elements from previous traveral if they still need to be sent + // Re-add elements from previous traversal if they still need to be sent while (!prevSendQueue.empty()) { EntityItemPointer entity = prevSendQueue.top().getEntity(); prevSendQueue.pop();