From 5faeba6cc69cf23a4eb44c4e71e5737c3898abe1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 27 Aug 2007 03:04:52 +0000 Subject: [PATCH] typo --- stepmania/Themes/default/Scripts/Branches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 7738d499bc..d596dc75d7 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -1,6 +1,6 @@ function ScreenTitleBranch() -- Don't show the title menu (says "Press Start") if there are 0 credits - -- and inserted and CoinMode is pay. + -- inserted and CoinMode is pay. if GAMESTATE:GetCoinsNeededToJoin() > GAMESTATE:GetCoins() then return THEME:GetMetric( "Common", "InitialScreen" ) end