summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/shellextensions
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-04-12 08:55:45 +0200
committerAndras Timar <atimar@suse.com>2012-04-12 11:12:23 +0200
commitcfa4c9c11538b332234709dedc7ca553a10ab08e (patch)
treeccfc6e9a190adc399d79a33031b895f465305c25 /setup_native/source/win32/customactions/shellextensions
parentbe3ee9c889f4240848a3f232f2b3009ea647fefc (diff)
typo fix in comment
Diffstat (limited to 'setup_native/source/win32/customactions/shellextensions')
-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;