]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fixed spelling in a comment
authorWilli Schinmeyer <willi@schinmeyer.de>
Fri, 4 May 2012 08:07:28 +0000 (10:07 +0200)
committerWilli Schinmeyer <willi@schinmeyer.de>
Fri, 4 May 2012 08:07:28 +0000 (10:07 +0200)
radiant/mainframe.cpp

index 6d24c98baf44d6d2c5f0cac0ce1a857afbc1f522..70a5a1f89c7f40c543e859c998ca48a26e525da8 100644 (file)
@@ -3625,7 +3625,7 @@ const bool IsMap(const char* filename){
 }
 
 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] ) ) {
                Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] );
                if ( !QE_LoadProject( g_argv[1] ) ) {