Module: wine Branch: master Commit: 0d302bb60c84059a28ddf55f1ac62eb09b260b94 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d302bb60c84059a28ddf55f1a... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Tue Jan 12 11:28:33 2010 +0100 dsound: Fix a typo. --- dlls/dsound/capture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 26c86b8..f089313 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -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 ? */ }