Module: wine Branch: master Commit: fc564239044b928a22f6d8ce81568c49212a58b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc564239044b928a22f6d8ce81...
Author: Mike McCormack mike@codeweavers.com Date: Mon Nov 20 16:17:03 2006 +0900
msi: Spelling fixes.
---
dlls/msi/action.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 1a13fb7..41d0a19 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -3856,10 +3856,10 @@ static UINT ACTION_ResolveSource(MSIPACK 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;