mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
qga/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
96420a30e0
commit
01dc06511d
6 changed files with 8 additions and 8 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue