mciwave: Fix some typos.
authorSven Baars <sven.wine@gmail.com>
Wed, 22 Sep 2010 18:56:05 +0000 (20:56 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Sep 2010 17:21:22 +0000 (19:21 +0200)
dlls/mciwave/mciwave.c

index 67cf09a9ac3cacab0f54d7b48bfd2fa82c68f61e..b2dc1a140095a5d12e21316b9c310d0b080fadff 100644 (file)
@@ -483,7 +483,7 @@ static LRESULT WAVE_mciOpenFile(WINE_MCIWAVE* wmw, LPCWSTR filename)
         {
             LPMMCKINFO          lpckMainRIFF = &wmw->ckMainRIFF;
 
-            /* make sure we're are the beginning of the file */
+            /* make sure we're at the beginning of the file */
             mmioSeek(wmw->hFile, 0, SEEK_SET);
 
             /* first reading of this file. read the waveformat chunk */
@@ -916,7 +916,7 @@ cleanUp:
 
     wmw->dwStatus = MCI_MODE_STOP;
 
-    /* Let the potentically asynchronous commands support FAILURE notification. */
+    /* Let the potentially asynchronous commands support FAILURE notification. */
     if (oldcb) mciDriverNotify(oldcb, wDevID,
        dwRet ? MCI_NOTIFY_FAILURE : MCI_NOTIFY_SUCCESSFUL);
 
@@ -1752,7 +1752,7 @@ LRESULT CALLBACK MCIWAVE_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
     case MCI_CUT:
     case MCI_DELETE:
     case MCI_PASTE:
-       FIXME("Unsupported yet command [%u]\n", wMsg);
+       FIXME("Unsupported command [%u]\n", wMsg);
        break;
     case MCI_WINDOW:
        TRACE("Unsupported command [%u]\n", wMsg);