summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx b/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
index fce807f856ae..c1319e25e98c 100644
--- a/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
@@ -101,7 +101,7 @@ extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle )
if ( sOfficeInstallPath.length() == 0 )
return ERROR_SUCCESS;
- DWORD aProcesses[1024], cbNeeded, cProcesses; /* 1024 processses ought to be enough for anybody */
+ DWORD aProcesses[1024], cbNeeded, cProcesses; /* 1024 processes ought to be enough for anybody */
if ( !EnumProcesses( aProcesses, sizeof(aProcesses), &cbNeeded ) )
return ERROR_INSTALL_FAILURE;