Francois Gouget : Assorted spelling fixes.

Alexandre Julliard julliard at winehq.org
Mon Oct 1 13:35:01 CDT 2012


Module: wine
Branch: master
Commit: 906127fe29a6411238639761841bdf29f1033a12
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=906127fe29a6411238639761841bdf29f1033a12

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Oct  1 03:30:06 2012 +0200

Assorted spelling fixes.

---

 dlls/shell32/tests/shlexec.c |    2 +-
 dlls/wininet/urlcache.c      |    4 ++--
 programs/cmd/wcmdmain.c      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index 6fdde5c..f34e569 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -996,7 +996,7 @@ static void test_lpFile_parsed(void)
         rc > 32 ? "success" : "failure", rc, fileA
         );
 
-    /* quoted lpFile not works only on real win95 and nt4 */
+    /* quoted lpFile does not work on real win95 and nt4 */
     testfile = "\"%%TEMP%%\\%s\\simple.shlexec\"";
     sprintf(fileA, testfile, shorttmpdir);
     rc=shell_execute_ex(SEE_MASK_DOENVSUBST | SEE_MASK_FLAG_NO_UI, NULL, fileA, NULL, NULL);
diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 13633ac..249ac46 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -2351,7 +2351,7 @@ static void handle_full_cache(void)
     }
 }
 
-/* Enumerates entires in cache, allows cache unlocking between calls. */
+/* Enumerates entries in cache, allows cache unlocking between calls. */
 static BOOL urlcache_next_entry(URLCACHE_HEADER *header, DWORD *hash_table_off, DWORD *hash_table_entry,
         struct _HASH_ENTRY **hash_entry, CACHEFILE_ENTRY **entry)
 {
@@ -2456,7 +2456,7 @@ static int dword_cmp(const void *p1, const void *p2)
  *
  * PARAMETERS
  *   cache_path    [I] Which volume to free up from, or NULL if you don't care.
- *   size          [I] How much percent of cache space should be free.
+ *   size          [I] How many percents of the cache should be free.
  *   filter        [I] Which entries can't be deleted (CacheEntryType)
  *
  * RETURNS
diff --git a/programs/cmd/wcmdmain.c b/programs/cmd/wcmdmain.c
index 82ec153..64dd21d 100644
--- a/programs/cmd/wcmdmain.c
+++ b/programs/cmd/wcmdmain.c
@@ -1820,7 +1820,7 @@ WCHAR *WCMD_ReadAndParseLine(const WCHAR *optionalcmd, CMD_LIST **output, HANDLE
     /* Replace env vars if in a batch context */
     if (context) handleExpansion(extraSpace, FALSE, NULL, NULL);
 
-    /* Skip preceeding whitespace */
+    /* Skip preceding whitespace */
     while (*curPos == ' ' || *curPos == '\t') curPos++;
 
     /* Show prompt before batch line IF echo is on and in batch program */




More information about the wine-cvs mailing list