Module: wine
Branch: master
Commit: da6c728195ab17ae9dcf83cd3c97c67093c72e9b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=da6c728195ab17ae9dcf83cd3…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Nov 7 16:47:33 2013 +0100
Assorted spelling fixes.
---
dlls/advapi32/tests/service.c | 2 +-
dlls/avifil32/icmstream.c | 2 +-
dlls/kernel32/tests/comm.c | 2 +-
dlls/localspl/provider.c | 2 +-
dlls/urlmon/uri.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/advapi32/tests/service.c b/dlls/advapi32/tests/service.c
index b47a5e3..fac6bd9 100644
--- a/dlls/advapi32/tests/service.c
+++ b/dlls/advapi32/tests/service.c
@@ -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);
diff --git a/dlls/avifil32/icmstream.c b/dlls/avifil32/icmstream.c
index 31dd2be..eaca594 100644
--- a/dlls/avifil32/icmstream.c
+++ b/dlls/avifil32/icmstream.c
@@ -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;
diff --git a/dlls/kernel32/tests/comm.c b/dlls/kernel32/tests/comm.c
index db5a369..1f88707 100644
--- a/dlls/kernel32/tests/comm.c
+++ b/dlls/kernel32/tests/comm.c
@@ -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");
diff --git a/dlls/localspl/provider.c b/dlls/localspl/provider.c
index 0c12a0e..87d84fd 100644
--- a/dlls/localspl/provider.c
+++ b/dlls/localspl/provider.c
@@ -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)
diff --git a/dlls/urlmon/uri.c b/dlls/urlmon/uri.c
index dbdeaff..72e9053 100644
--- a/dlls/urlmon/uri.c
+++ b/dlls/urlmon/uri.c
@@ -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: