Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Thu Aug 9 03:42:59 CDT 2007


---
 dlls/dsound/mixer.c           |    2 +-
 dlls/gdi32/tests/path.c       |    2 +-
 dlls/ntdll/time.c             |    2 +-
 dlls/oleaut32/tests/vartest.c |    2 +-
 dlls/tapi32/line.c            |    2 +-
 dlls/user32/button.c          |    2 +-
 dlls/user32/tests/sysparams.c |    2 +-
 dlls/winedos/module.c         |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c
index b00e846..fcbf678 100644
--- a/dlls/dsound/mixer.c
+++ b/dlls/dsound/mixer.c
@@ -121,7 +121,7 @@ DWORD DSOUND_secpos_to_bufpos(const IDirectSoundBufferImpl *dsb, DWORD secpos, D
 }
 
 /** Convert a resampled pointer that fits for primary to a 'native' sample pointer
- * freqAccNext is used here rather then freqAcc: In case the app wants to fill up to
+ * freqAccNext is used here rather than freqAcc: In case the app wants to fill up to
  * the play position it won't overwrite it
  */
 static DWORD DSOUND_bufpos_to_secpos(const IDirectSoundBufferImpl *dsb, DWORD bufpos)
diff --git a/dlls/gdi32/tests/path.c b/dlls/gdi32/tests/path.c
index 9f08ea4..33497bc 100644
--- a/dlls/gdi32/tests/path.c
+++ b/dlls/gdi32/tests/path.c
@@ -70,7 +70,7 @@ static void test_widenpath(void)
     /* Test if WidenPath seems to have done his job */
     nSize = GetPath(hdc, NULL, NULL, 0);
     ok(nSize != -1, "GetPath fails after calling WidenPath.\n");
-    ok(nSize > 6, "Path number of points is to low. Should be more than 6 but is %d\n", nSize);
+    ok(nSize > 6, "Path number of points is too low. Should be more than 6 but is %d\n", nSize);
 
     AbortPath(hdc);
 
diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index 9f1cef2..4d29c33 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -826,7 +826,7 @@ NTSTATUS WINAPI NtQuerySystemTime( PLARGE_INTEGER Time )
  *
  *  Note: Windows uses a timer clocked at a multiple of 1193182 Hz. There is a
  *  good number of applications that crash when the returned frequency is either
- *  lower or higher then what Windows gives. Also too high counter values are
+ *  lower or higher than what Windows gives. Also too high counter values are
  *  reported to give problems.
  */
 NTSTATUS WINAPI NtQueryPerformanceCounter( PLARGE_INTEGER Counter, PLARGE_INTEGER Frequency )
diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index c6c2af2..e0d419c 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -5057,7 +5057,7 @@ static void test_VarAdd(void)
     VARADD(R8, R8_MAX, R8, R8_MIN, R8, R8_MAX + R8_MIN);
     VARADD(R8, R8_MIN, R8, R8_MIN, R8, R8_MIN + R8_MIN);
 
-    /* Manualy test BSTR + BSTR */
+    /* Manually test BSTR + BSTR */
     V_VT(&left) = VT_BSTR;
     V_BSTR(&left) = lbstr;
     V_VT(&right) = VT_BSTR;
diff --git a/dlls/tapi32/line.c b/dlls/tapi32/line.c
index 19f8d0a..6824d26 100644
--- a/dlls/tapi32/line.c
+++ b/dlls/tapi32/line.c
@@ -737,7 +737,7 @@ DWORD WINAPI lineGetTranslateCapsA(HLINEAPP hLineApp, DWORD dwAPIVersion,
             RegSetValueExA( hkCards, "NextID", 0, REG_DWORD, (LPBYTE)&dwval,
                     sizeof(DWORD));
         }
-    } else hkCards = 0;  /* should realy fail */
+    } else hkCards = 0;  /* should really fail */
     /* check if sufficient room is available */
     lpTranslateCaps->dwNeededSize =  sizeof(LINETRANSLATECAPS) + length;
     if ( lpTranslateCaps->dwNeededSize > lpTranslateCaps->dwTotalSize ) {
diff --git a/dlls/user32/button.c b/dlls/user32/button.c
index 14416e2..b80d78a 100644
--- a/dlls/user32/button.c
+++ b/dlls/user32/button.c
@@ -584,7 +584,7 @@ static UINT BUTTON_BStoDT(DWORD style)
    }
 
    /* DrawText ignores vertical alignment for multiline text,
-    * but we use these flags to align label manualy.
+    * but we use these flags to align label manually.
     */
    if (get_button_type(style) != BS_GROUPBOX)
    {
diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c
index a2a886d..68e6cca 100644
--- a/dlls/user32/tests/sysparams.c
+++ b/dlls/user32/tests/sysparams.c
@@ -1521,7 +1521,7 @@ static void test_SPI_SETMINIMIZEDMETRICS( void )               /*     44 */
         lpMm_new.iVertGap, "iVertGap", "%d" );
     eq( GetSystemMetrics( SM_ARRANGE ),
         lpMm_new.iArrange, "iArrange", "%d" );
-    /* now some realy invalid settings */
+    /* now some really invalid settings */
     lpMm_cur.iWidth = -1;
     lpMm_cur.iHorzGap = -1;
     lpMm_cur.iVertGap = -1;
diff --git a/dlls/winedos/module.c b/dlls/winedos/module.c
index 24d6a73..1dfaabd 100644
--- a/dlls/winedos/module.c
+++ b/dlls/winedos/module.c
@@ -302,7 +302,7 @@ static BOOL MZ_DoLoadImage( HANDLE hFile, LPCSTR filename, OverlayBlock *oblk, W
  SetFilePointer(hFile,image_start,NULL,FILE_BEGIN);
  if (!ReadFile(hFile,load_start,image_size,&len,NULL) || len != image_size) {
   /* check if this is due to the workaround for the pre-1.10 MS linker and we
-     realy had only 4 bytes on the last page */
+     really had only 4 bytes on the last page */
   if (mz_header.e_cblp != 4 || image_size - len != 512 - 4) {
     SetLastError(ERROR_BAD_FORMAT);
     goto load_error;
-- 
1.5.2.4




More information about the wine-patches mailing list