From 935150a59b160cc45652b88fd41824b53af3676d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 27 Mar 2012 15:49:22 +0200 Subject: typo fix in comment --- .../source/win32/customactions/shellextensions/shellextensions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_native') diff --git a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx index 790a3420a9ca..5ddea958f4ae 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) { -- cgit