Kaydet (Commit) cfa4c9c1 authored tarafından Andras Timar's avatar Andras Timar

typo fix in comment

üst be3ee9c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment