From 89f3afb012c5296a096a45b6974e822183f7d880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Mon, 3 May 2010 17:01:34 +0200 Subject: [PATCH] version: Fix typo in comment. --- dlls/version/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/version/install.c b/dlls/version/install.c index 2ecfeb9157e..d5c12eb9fe4 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;