summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-27 15:49:22 +0200
committerAndras Timar <atimar@suse.com>2012-03-27 15:49:22 +0200
commit935150a59b160cc45652b88fd41824b53af3676d (patch)
tree1bbcccb6e7175796427c6dcf3e2a42fa85ae6e02 /setup_native
parenta7dc11cfbf351e05e23b66b66574c30c7fbbfc64 (diff)
typo fix in comment
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/shellextensions.cxx2
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)
{