[DRIVERS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / drivers / wdm / audio / backpln / audio_test / audio_test.c
index c831595..da71a08 100644 (file)
@@ -307,7 +307,7 @@ main(int argc, char* argv[])
            printf("Failed to get iocaps %lx\n", GetLastError());
         }
     }
-    printf("WDMAUD: Capabilites NumChannels %x dwFormats %lx\n", DeviceInfo.u.WaveOutCaps.wChannels, DeviceInfo.u.WaveOutCaps.dwFormats);
+    printf("WDMAUD: Capabilities NumChannels %x dwFormats %lx\n", DeviceInfo.u.WaveOutCaps.wChannels, DeviceInfo.u.WaveOutCaps.dwFormats);
 
     DeviceInfo.u.WaveFormatEx.cbSize = sizeof(WAVEFORMATEX);
     DeviceInfo.u.WaveFormatEx.wFormatTag = WAVE_FORMAT_PCM;