From 1f58d5a7535a3b90938f3f0efdafbead899586f6 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 3 Dec 2007 06:22:32 +0000 Subject: [PATCH] Fix comment typo. --- stepmania/src/Sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();