version: Fix typo in comment.
This commit is contained in:
parent
755c25d84e
commit
89f3afb012
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue