Commit 0d302bb6 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

dsound: Fix a typo.

parent 5b3d5339
......@@ -1249,7 +1249,7 @@ static HRESULT WINAPI IDirectSoundCaptureImpl_CreateCaptureBuffer(
/* FIXME: We can only have one buffer so what do we do here? */
if (This->device->capture_buffer) {
WARN("lnvalid parameter: already has buffer\n");
WARN("invalid parameter: already has buffer\n");
return DSERR_INVALIDPARAM; /* DSERR_GENERIC ? */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment