From 35b5dffcf8c71229518c816d8bb50fd1c44d39d5 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 16 Jul 2011 23:17:24 -0400 Subject: [PATCH] ...what country are we in for this spelling? --- src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index a3d4af5c6f..955fa1466e 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1106,7 +1106,7 @@ int main(int argc, char* argv[]) STATSMAN = new StatsManager; // Initialize which courses are ranking courses here. - pLoadingWindow->SetText("Updating cource rankings..."); + pLoadingWindow->SetText("Updating course rankings..."); SONGMAN->UpdateRankingCourses(); SAFE_DELETE( pLoadingWindow ); // destroy this before init'ing Display