From ead68d88845bd55d0f67973a82fcb9c0717ad6f9 Mon Sep 17 00:00:00 2001 From: Willi Schinmeyer Date: Fri, 4 May 2012 10:07:28 +0200 Subject: [PATCH] Fixed spelling in a comment --- radiant/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ) ) { -- 2.39.2