version: Fix typo in comment

André Hentschel nerv at dawncrow.de
Mon May 3 10:01:34 CDT 2010


---
 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;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list