From: Willi Schinmeyer Date: Fri, 4 May 2012 08:07:28 +0000 (+0200) Subject: Fixed spelling in a comment X-Git-Tag: xonotic-v0.7.0~16^2^2~3^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ead68d88845bd55d0f67973a82fcb9c0717ad6f9;p=xonotic%2Fnetradiant.git Fixed spelling in a comment --- diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 6d24c98b..70a5a1f8 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -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] ) ) {