diff options
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/applauncher/launcher.cxx | 2 | ||||
-rw-r--r-- | desktop/win32/source/wrapper.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx index c504af460e0b..b09068d9351b 100644 --- a/desktop/win32/source/applauncher/launcher.cxx +++ b/desktop/win32/source/applauncher/launcher.cxx @@ -78,7 +78,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) } FreeLibrary(hinstDll); - // Retreive startup info + // Retrieve startup info STARTUPINFO aStartupInfo; diff --git a/desktop/win32/source/wrapper.h b/desktop/win32/source/wrapper.h index eb8f7b2973c1..17b81061df1a 100644 --- a/desktop/win32/source/wrapper.h +++ b/desktop/win32/source/wrapper.h @@ -64,7 +64,7 @@ extern "C" int Main() { - // Retreive startup info + // Retrieve startup info STARTUPINFO aStartupInfo; @@ -94,7 +94,7 @@ extern "C" int Main() _tsplitpath( szApplicationName, szDrive, szDir, szFileName, szExt ); _tmakepath( szApplicationName, szDrive, szDir, szFileName, BIN_EXT_STR ); - // Retreive actual environment + // Retrieve actual environment TCHAR szBuffer[1024]; TCHAR szPathValue[1024] = TEXT(""); |