From e07baf916b0f65e53e837046344e5e5d1300135c Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 30 Jan 2016 12:30:21 +1300 Subject: [PATCH] Fixed a typo noticed in passing --- interface/src/avatar/MyAvatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.cpp b/interface/src/avatar/MyAvatar.cpp index 1fcd1305d4..01e42e7044 100644 --- a/interface/src/avatar/MyAvatar.cpp +++ b/interface/src/avatar/MyAvatar.cpp @@ -1630,7 +1630,7 @@ void MyAvatar::decreaseSize() { void MyAvatar::resetSize() { _targetScale = 1.0f; - qCDebug(interfaceapp, "Reseted scale to %f", (double)_targetScale); + qCDebug(interfaceapp, "Reset scale to %f", (double)_targetScale); } void MyAvatar::goToLocation(const glm::vec3& newPosition,