diff --git a/assignment-client/src/Agent.cpp b/assignment-client/src/Agent.cpp index 1b5520f91f..59e53bb2cb 100644 --- a/assignment-client/src/Agent.cpp +++ b/assignment-client/src/Agent.cpp @@ -615,7 +615,7 @@ void Agent::setIsAvatar(bool isAvatar) { delete _avatarQueryTimer; _avatarQueryTimer = nullptr; - // Clear the skeleton model so thatk if agent is set to an avatar again the skeleton model is (re)loaded. + // Clear the skeleton model so that if agent is set to an avatar again the skeleton model is (re)loaded. auto scriptedAvatar = DependencyManager::get(); scriptedAvatar->setSkeletonModelURL(QUrl());