version: Fix typo in comment.

This commit is contained in:
André Hentschel 2010-05-03 17:01:34 +02:00 committed by Alexandre Julliard
parent 755c25d84e
commit 89f3afb012

View file

@ -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, FALSE)) {
if (lpszFilename && !testFileExistenceA(curDir, lpszFilename, TRUE)) if (lpszFilename && !testFileExistenceA(curDir, lpszFilename, TRUE))
retval |= VFF_FILEINUSE; retval |= VFF_FILEINUSE;