diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 3edd19018a..8c4e146c23 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -300,7 +300,7 @@ void CBOINCGUIApp::StartupBOINCCore() // Append boinc.exe to the end of the strExecute string and get ready to rock strExecute += wxT("/boinc"); - m_lBOINCCoreProccessId = ::wxExecute( strExecute ); + m_lBOINCCoreProcessId = ::wxExecute( strExecute ); #endif