[Libreoffice-commits] .: setup_native/source
Andras Timar
timar at kemper.freedesktop.org
Thu Apr 12 02:12:27 PDT 2012
setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cfa4c9c11538b332234709dedc7ca553a10ab08e
Author: Andras Timar <atimar at suse.com>
Date: Thu Apr 12 08:55:45 2012 +0200
typo fix in comment
diff --git a/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx b/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
index fce807f..c1319e2 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;
More information about the Libreoffice-commits
mailing list