diff options
author | Andras Timar <atimar@suse.com> | 2012-03-27 15:49:22 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-27 15:49:22 +0200 |
commit | 935150a59b160cc45652b88fd41824b53af3676d (patch) | |
tree | 1bbcccb6e7175796427c6dcf3e2a42fa85ae6e02 /setup_native | |
parent | a7dc11cfbf351e05e23b66b66574c30c7fbbfc64 (diff) |
typo fix in comment
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/shellextensions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |