Module: wine Branch: master Commit: 89f3afb012c5296a096a45b6974e822183f7d880 URL: http://source.winehq.org/git/wine.git/?a=commit;h=89f3afb012c5296a096a45b697...
Author: André Hentschel nerv@dawncrow.de Date: Mon May 3 17:01:34 2010 +0200
version: Fix typo in comment.
---
dlls/version/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/version/install.c b/dlls/version/install.c index 2ecfeb9..d5c12eb 100644 --- a/dlls/version/install.c +++ b/dlls/version/install.c @@ -182,7 +182,7 @@ DWORD WINAPI VerFindFileA( } }
- /* Check to see if the file exists and is inuse by another application */ + /* Check to see if the file exists and is in use by another application */ if (lpszFilename && testFileExistenceA(curDir, lpszFilename, FALSE)) { if (lpszFilename && !testFileExistenceA(curDir, lpszFilename, TRUE)) retval |= VFF_FILEINUSE;