Fixed spelling in a comment

This commit is contained in:
Willi Schinmeyer 2012-05-04 10:07:28 +02:00
parent 22de3606a6
commit ead68d8884
1 changed files with 1 additions and 1 deletions

View File

@ -3625,7 +3625,7 @@ const bool IsMap(const char* filename){
} }
void MainFrame::CreateQEChildren(){ void MainFrame::CreateQEChildren(){
// load the project file, if it is a project project file. (Or at least no .map) // load the project file, if it is a project file. (Or at least no .map)
if ( g_argc > 1 && !IsMap( g_argv[1] ) ) { if ( g_argc > 1 && !IsMap( g_argv[1] ) ) {
Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] ); Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] );
if ( !QE_LoadProject( g_argv[1] ) ) { if ( !QE_LoadProject( g_argv[1] ) ) {