diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index 2801e9994c..4d2c738fd5 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -836,7 +836,7 @@ void Sprite::ScaleToClipped( float fWidth, float fHeight ) int iSourceWidth = m_pTexture->GetSourceWidth(); int iSourceHeight = m_pTexture->GetSourceHeight(); - // save the original X&Y. We're going to resore them later. + // save the original X&Y. We're going to restore them later. float fOriginalX = GetX(); float fOriginalY = GetY();