From 5788f354e63df98cdfdd696b81e6810a882cca2b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 18 Mar 2004 01:32:40 +0000 Subject: [PATCH] typo --- stepmania/src/RageSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 51a15d4844..02528e63e7 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -112,7 +112,7 @@ RageSound::RageSound(const RageSound &cpy): * copy this down here. */ m_sFilePath = cpy.m_sFilePath; - /* Register ourselves, so we receive Update()s. We have a different ID than + /* Register ourself, so we receive Update()s. We have a different ID than * our parent. */ ID = SOUNDMAN->RegisterSound( this ); }