ok(d3d11_desc.Filter == expected_desc.Filter,
"Test %u: Got unexpected filter %#x.\n", i, d3d11_desc.Filter);
ok(d3d11_desc.AddressU == expected_desc.AddressU,
- "Test %u: Got unexpected adress u %u.\n", i, d3d11_desc.AddressU);
+ "Test %u: Got unexpected address u %u.\n", i, d3d11_desc.AddressU);
ok(d3d11_desc.AddressV == expected_desc.AddressV,
"Test %u: Got unexpected address v %u.\n", i, d3d11_desc.AddressV);
ok(d3d11_desc.AddressW == expected_desc.AddressW,
ok(d3d10_desc.Filter == expected_desc.Filter,
"Test %u: Got unexpected filter %#x.\n", i, d3d10_desc.Filter);
ok(d3d10_desc.AddressU == expected_desc.AddressU,
- "Test %u: Got unexpected adress u %u.\n", i, d3d10_desc.AddressU);
+ "Test %u: Got unexpected address u %u.\n", i, d3d10_desc.AddressU);
ok(d3d10_desc.AddressV == expected_desc.AddressV,
"Test %u: Got unexpected address v %u.\n", i, d3d10_desc.AddressV);
ok(d3d10_desc.AddressW == expected_desc.AddressW,
}
/*******************************************************************************
- * IUnknown implemetation for DirectSoundFullDuplex
+ * IUnknown implementation for DirectSoundFullDuplex
*/
static inline IDirectSoundFullDuplexImpl *impl_from_IUnknown(IUnknown *iface)
{
/* Buffers > 0 are supposed to be read only. This is the case except that in
* fullscreen mode on Windows <= 8 the last backbuffer (BufferCount - 1) is
- * writeable. This is not the case if an unsupported refresh rate is passed
+ * writable. This is not the case if an unsupported refresh rate is passed
* for some reason, probably because the invalid refresh rate triggers a
* kinda-sorta windowed mode.
*
DISPPARAMS dp = {args, NULL, 2, 0};
/*
- * setTimeout calls shoud use default value 0 for the second argument if only one is provided,
+ * setTimeout calls should use default value 0 for the second argument if only one is provided,
* but IDL file does not reflect that. We fixup arguments here instead.
*/
if(!(wFlags & DISPATCH_METHOD) || pdp->cArgs != 1 || pdp->cNamedArgs)
hic = ICLocate(FCC('V', 'I', 'D', 'C'), codecs[i], bih, NULL, ICMODE_DECOMPRESS);
ok(hic != NULL, "Test[%d]: Expected non-NULL return\n", i);
- /* Now wich is this codec? Windows returns MRLE for uncompressed cases */
+ /* Now which is this codec? Windows returns MRLE for uncompressed cases */
memset(&codec_info, 0, sizeof(codec_info));
hr = ICGetInfo(hic, &codec_info, sizeof(codec_info));
ok(hr == sizeof(codec_info), "Test[%d]: Incorrect amount of data returned\n", i);
current = ILGetNext(current);
};
- /* Build the path and compute the attributes*/
+ /* Build the path and compute the attributes */
This->m_dwAttributes =
dwAttributes|SFGAO_FOLDER|SFGAO_HASSUBFOLDER|SFGAO_FILESYSANCESTOR|SFGAO_CANRENAME;
This->m_pszPath = pNextDir = SHAlloc(dwPathLen);
* dest [I] path to target file to move to
*
* RETURNS
- * ERORR_SUCCESS if successful
+ * ERROR_SUCCESS if successful
*/
static DWORD SHNotifyMoveFileW(LPCWSTR src, LPCWSTR dest)
{
return E_FAIL;
}
-/* For default Pulseaudio render device, OR together all of the
+/* For default PulseAudio render device, OR together all of the
* PKEY_AudioEndpoint_PhysicalSpeakers values of the sinks. */
static void pulse_phys_speakers_cb(pa_context *c, const pa_sink_info *i, int eol, void *userdata)
{
pa_stream_set_buffer_attr_callback(This->stream, pulse_attr_update, This);
pa_stream_set_moved_callback(This->stream, pulse_attr_update, This);
- /* Pulseaudio will fill in correct values */
+ /* PulseAudio will fill in correct values */
attr.minreq = attr.fragsize = period_bytes;
attr.maxlength = attr.tlength = This->bufsize_bytes;
attr.prebuf = pa_frame_size(&This->ss);
if (context)
FIXME("Notifications not supported yet\n");
- TRACE("Pulseaudio does not support session volume control\n");
+ TRACE("PulseAudio does not support session volume control\n");
pthread_mutex_lock(&pulse_lock);
session->master_vol = level;
if (context)
FIXME("Notifications not supported yet\n");
- TRACE("Pulseaudio does not support session volume control\n");
+ TRACE("PulseAudio does not support session volume control\n");
pthread_mutex_lock(&pulse_lock);
session->channel_vols[index] = level;
if (context)
FIXME("Notifications not supported yet\n");
- TRACE("Pulseaudio does not support session volume control\n");
+ TRACE("PulseAudio does not support session volume control\n");
pthread_mutex_lock(&pulse_lock);
for(i = 0; i < count; ++i)
*
* NOTES
* An empty string is handled the same way as NULL.
- * SetLastEror(ERROR_INVALID_ENVIRONMENT) is called on Failure
+ * SetLastError(ERROR_INVALID_ENVIRONMENT) is called on Failure
*
*/
return IClassFactory_QueryInterface(factory, riid, ppv);
}
-/* returns TRUE if there is more data avilable in the buffer, FALSE if the
+/* returns TRUE if there is more data available in the buffer, FALSE if the
* buffer's data has all been queued */
static BOOL xa2buffer_queue_period(XA2SourceImpl *src, XA2Buffer *buf, ALuint al_buf)
{
goto :eof
:TestForR
-rem %CD% does not tork on NT4 so use the following workaround
+rem %CD% does not work on NT4 so use the following workaround
for /d %%i in (.) do set WINE_CURDIR=%%~dpnxi
echo --- for /R