Assorted spelling and case fixes.
diff --git a/dlls/dmloader/loader.c b/dlls/dmloader/loader.c index ebe9b42..2008e05 100644 --- a/dlls/dmloader/loader.c +++ b/dlls/dmloader/loader.c
@@ -308,7 +308,7 @@ result = IDirectMusicObject_QueryInterface (pObject, riid, ppv); if (!bCache) IDirectMusicObject_Release (pObject); /* since loader's reference is not needed */ - /* if there was trouble with loading, and if no other error occured, + /* if there was trouble with loading, and if no other error occurred, we should return DMUS_S_PARTIALLOAD; else, error is returned */ if (result == S_OK) return ret;
diff --git a/dlls/kernel/tests/locale.c b/dlls/kernel/tests/locale.c index f876f75..b3883bf 100644 --- a/dlls/kernel/tests/locale.c +++ b/dlls/kernel/tests/locale.c
@@ -1468,7 +1468,7 @@ /* MAP_EXPAND_LIGATURES */ SetLastError(0); ret = pFoldStringA(MAP_EXPAND_LIGATURES, ligatures_src, -1, dst, 256); - /* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */ + /* NT 4.0 doesn't support MAP_EXPAND_LIGATURES */ if (!(ret == 0 && GetLastError() == ERROR_INVALID_FLAGS)) { EXPECT_LEN(sizeof(ligatures_dst)); EXPECT_VALID; ok(strcmp(dst, ligatures_dst) == 0, @@ -1855,7 +1855,7 @@ /* MAP_EXPAND_LIGATURES */ SetLastError(0); ret = pFoldStringW(MAP_EXPAND_LIGATURES, ligatures_src, -1, dst, 256); - /* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */ + /* NT 4.0 doesn't support MAP_EXPAND_LIGATURES */ if (!(ret == 0 && GetLastError() == ERROR_INVALID_FLAGS)) { EXPECT_LEN(sizeof(ligatures_dst)/sizeof(ligatures_dst[0])); EXPECT_VALID; ok(!memcmp(dst, ligatures_dst, sizeof(ligatures_dst)),
diff --git a/dlls/msi/string.c b/dlls/msi/string.c index 69dcf59..afed823 100644 --- a/dlls/msi/string.c +++ b/dlls/msi/string.c
@@ -226,7 +226,7 @@ * msi_id2stringW * * [in] st - pointer to the string table - * [in] id - id of the string to retreive + * [in] id - id of the string to retrieve * [out] buffer - destination of the string * [in/out] sz - number of bytes available in the buffer on input * number of bytes used on output @@ -262,7 +262,7 @@ * msi_id2stringA * * [in] st - pointer to the string table - * [in] id - id of the string to retreive + * [in] id - id of the string to retrieve * [out] buffer - destination of the UTF8 string * [in/out] sz - number of bytes available in the buffer on input * number of bytes used on output
diff --git a/loader/main.h b/loader/main.h index d78ec5b..3647f4e 100644 --- a/loader/main.h +++ b/loader/main.h
@@ -1,7 +1,7 @@ /* * Definitions for Wine main program * - * Copyright 2004 Mike McCormack for Codeweavers + * Copyright 2004 Mike McCormack for CodeWeavers * Copyright 2004 Alexandre Julliard * * This library is free software; you can redistribute it and/or