diff options
Diffstat (limited to 'desktop/win32/source/setup/setup.cpp')
-rw-r--r-- | desktop/win32/source/setup/setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/setup/setup.cpp b/desktop/win32/source/setup/setup.cpp index eb6d464f2d41..09406d8ecc6d 100644 --- a/desktop/win32/source/setup/setup.cpp +++ b/desktop/win32/source/setup/setup.cpp @@ -1594,11 +1594,11 @@ boolean SetupAppX::GetCmdLineParameters( LPTSTR *pCmdLine ) break; } else if ( (*pSub) == 'a' || (*pSub) == 'A' ) - { // --- Handle Adminstrative Installation --- + { // --- Handle Administrative Installation --- SetAdminInstall( true ); } else if ( (*pSub) == 'j' || (*pSub) == 'J' ) - { // --- Handle Adminstrative Installation --- + { // --- Handle Administrative Installation --- m_pAdvertise = pStart; m_bQuiet = true; bDeleteStart = false; |