From d0ce109c61eab086ea54622e4bf8013a525d1a54 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 30 Mar 2004 22:25:28 +0000 Subject: [PATCH] typos --- stepmania/src/RageSoundReader_MP3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageSoundReader_MP3.cpp b/stepmania/src/RageSoundReader_MP3.cpp index d94ca5bfa0..a8f89f3183 100644 --- a/stepmania/src/RageSoundReader_MP3.cpp +++ b/stepmania/src/RageSoundReader_MP3.cpp @@ -289,8 +289,8 @@ bool RageSoundReader_MP3::handle_first_frame() * it'll be treated as an invalid frame, so we match DWI sync. * * The information in it isn't very useful to us. The TOC is less accurate - * then * computing it ourself (lwo resolution). The file length computation - * might be * wrong, if the tag is incorrect, and we can compute that accurately + * then computing it ourself (low resolution). The file length computation + * might be wrong, if the tag is incorrect, and we can compute that accurately * ourself for CBR files. */ if( mad->xingtag.type == xing::INFO )