dsound: Fix a typo.

This commit is contained in:
Paul Vriens 2010-01-12 11:28:33 +01:00 committed by Alexandre Julliard
parent 5b3d53394a
commit 0d302bb60c

View file

@ -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 ? */
}