[Libreoffice-commits] .: setup_native/source

Andras Timar timar at kemper.freedesktop.org
Tue Mar 27 06:50:51 PDT 2012


 setup_native/source/win32/customactions/shellextensions/shellextensions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 935150a59b160cc45652b88fd41824b53af3676d
Author: Andras Timar <atimar at suse.com>
Date:   Tue Mar 27 15:49:22 2012 +0200

    typo fix in comment

diff --git a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
index 790a342..5ddea95 100644
--- a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
@@ -165,7 +165,7 @@ extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI)
             RegCloseKey(hKey);
         }
 
-        // Open Windows 32 Bit Registry on Win64 maschine
+        // Open Windows 32 Bit Registry on Win64 machine
 
         if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"),0, KEY_WRITE, &hKey ) == ERROR_SUCCESS)
         {


More information about the Libreoffice-commits mailing list