Commit da6c7281 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

Assorted spelling fixes.

parent ba6a5f3d
...@@ -415,7 +415,7 @@ static void test_create_delete_svc(void) ...@@ -415,7 +415,7 @@ static void test_create_delete_svc(void)
/* Wait a while. One of the following tests also does a CreateService for the /* Wait a while. One of the following tests also does a CreateService for the
* same servicename and this would result in an ERROR_SERVICE_MARKED_FOR_DELETE * same servicename and this would result in an ERROR_SERVICE_MARKED_FOR_DELETE
* error if we do this to quick. Vista seems more picky then the others. * error if we do this too quickly. Vista seems more picky than the others.
*/ */
Sleep(1000); Sleep(1000);
......
...@@ -314,7 +314,7 @@ static LONG WINAPI ICMStream_fnFindSample(IAVIStream *iface, LONG pos, ...@@ -314,7 +314,7 @@ static LONG WINAPI ICMStream_fnFindSample(IAVIStream *iface, LONG pos,
return This->lLastKey; return This->lLastKey;
} }
} else if (flags & FIND_ANY) { } else if (flags & FIND_ANY) {
return pos; /* We really don't know, reread is to expensive, so guess. */ return pos; /* We really don't know, reread is too expensive, so guess. */
} else if (flags & FIND_FORMAT) { } else if (flags & FIND_FORMAT) {
if (flags & FIND_PREV) if (flags & FIND_PREV)
return 0; return 0;
......
...@@ -1070,7 +1070,7 @@ static void test_LoopbackRead(void) ...@@ -1070,7 +1070,7 @@ static void test_LoopbackRead(void)
ok(read == sizeof(tbuf),"ReadFile read %d bytes, expected \"%s\"\n", read,rbuf); ok(read == sizeof(tbuf),"ReadFile read %d bytes, expected \"%s\"\n", read,rbuf);
/* Now do the same with a slower Baud rate. /* Now do the same with a slower Baud rate.
As we request more characters then written, we will hit the timeout As we request more characters than written, we will hit the timeout
*/ */
ok(GetCommState(hcom, &dcb), "GetCommState failed\n"); ok(GetCommState(hcom, &dcb), "GetCommState failed\n");
......
...@@ -251,7 +251,7 @@ static BOOL apd_copyfile( WCHAR *pathname, WCHAR *file_part, apd_data_t *apd ) ...@@ -251,7 +251,7 @@ static BOOL apd_copyfile( WCHAR *pathname, WCHAR *file_part, apd_data_t *apd )
* *
* RETURNS * RETURNS
* the length (in WCHAR) of the serverpart (0 for the local computer) * the length (in WCHAR) of the serverpart (0 for the local computer)
* (-length), when the name is to long * (-length), when the name is too long
* *
*/ */
static LONG copy_servername_from_name(LPCWSTR name, LPWSTR target) static LONG copy_servername_from_name(LPCWSTR name, LPWSTR target)
......
...@@ -1904,7 +1904,7 @@ static BOOL parse_path_hierarchical(const WCHAR **ptr, parse_data *data, DWORD f ...@@ -1904,7 +1904,7 @@ static BOOL parse_path_hierarchical(const WCHAR **ptr, parse_data *data, DWORD f
return TRUE; return TRUE;
} }
/* Parses the path of an opaque URI (much less strict then the parser /* Parses the path of an opaque URI (much less strict than the parser
* for a hierarchical URI). * for a hierarchical URI).
* *
* NOTE: * NOTE:
......
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