Commit 89f3afb0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

version: Fix typo in comment.

parent 755c25d8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment