]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qga/vss-win32/install.cpp
qga/: spelling fixes
[mirror_qemu.git] / qga / vss-win32 / install.cpp
index ae38662a6276441ba2d4af291e65bc9b1df10cd4..84944133f79752c2fcc65c9c3f9589d962ffef22 100644 (file)
@@ -343,7 +343,7 @@ STDAPI COMRegister(void)
                                    _bstr_t(dllPath), _bstr_t(tlbPath),
                                    _bstr_t("")));
 
-    /* Setup roles of the applicaion */
+    /* Setup roles of the application */
 
     chk(getNameByStringSID(administratorsGroupSID, buffer, &bufferLen));
     chk(pApps->GetCollection(_bstr_t(L"Roles"), key,
@@ -439,7 +439,7 @@ STDAPI DllRegisterServer(void)
         goto out;
     }
 
-    /* Add this module to registery */
+    /* Add this module to registry */
 
     sprintf(key, "CLSID\\%s", g_szClsid);
     if (!CreateRegistryKey(key, NULL, g_szClsid)) {