Fix typo.

This commit is contained in:
Glenn Maynard
2002-08-20 06:26:34 +00:00
parent a6815a7744
commit 2d39de68e9
+2 -2
View File
@@ -1091,7 +1091,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone )
"%s.\n" "%s.\n"
"Would you like to save these changes back\n" "Would you like to save these changes back\n"
"to the song file?\n" "to the song file?\n"
"Choosing NO will disgard your changes.", "Choosing NO will discard your changes.",
GAMESTATE->m_pCurSong->GetFullTitle() ); GAMESTATE->m_pCurSong->GetFullTitle() );
break; break;
case PLAY_MODE_ONI: case PLAY_MODE_ONI:
@@ -1101,7 +1101,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone )
"one or more songs in this course.\n" "one or more songs in this course.\n"
"Would you like to save these changes back\n" "Would you like to save these changes back\n"
"to the song file(s)?\n" "to the song file(s)?\n"
"Choosing NO will disgard your changes." ); "Choosing NO will discard your changes." );
break; break;
default: default:
ASSERT(0); ASSERT(0);