msi: Spelling fixes.

oldstable
Mike McCormack 2006-11-20 16:17:03 +09:00 committed by Alexandre Julliard
parent 69c6fff384
commit fc56423904
1 changed files with 3 additions and 3 deletions

View File

@ -3856,10 +3856,10 @@ static UINT ACTION_ResolveSource(MSIPACKAGE* package)
DWORD attrib, len;
LPWSTR ptr, source;
UINT rc;
/*
* we are currently doing what should be done here in the top level Install
* however for Adminastrative and uninstalls this step will be needed
* We are currently doing what should be done here in the top level Install
* however for Administrative and uninstalls this step will be needed
*/
if (!package->PackagePath)
return ERROR_SUCCESS;