Assorted spelling fixes.
This commit is contained in:
parent
ba6a5f3d6d
commit
da6c728195
|
@ -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
|
||||
* 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);
|
||||
|
||||
|
|
|
@ -314,7 +314,7 @@ static LONG WINAPI ICMStream_fnFindSample(IAVIStream *iface, LONG pos,
|
|||
return This->lLastKey;
|
||||
}
|
||||
} 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) {
|
||||
if (flags & FIND_PREV)
|
||||
return 0;
|
||||
|
|
|
@ -1070,7 +1070,7 @@ static void test_LoopbackRead(void)
|
|||
ok(read == sizeof(tbuf),"ReadFile read %d bytes, expected \"%s\"\n", read,rbuf);
|
||||
|
||||
/* 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");
|
||||
|
|
|
@ -251,7 +251,7 @@ static BOOL apd_copyfile( WCHAR *pathname, WCHAR *file_part, apd_data_t *apd )
|
|||
*
|
||||
* RETURNS
|
||||
* 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)
|
||||
|
|
|
@ -1904,7 +1904,7 @@ static BOOL parse_path_hierarchical(const WCHAR **ptr, parse_data *data, DWORD f
|
|||
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).
|
||||
*
|
||||
* NOTE:
|
||||
|
|
Loading…
Reference in New Issue