From 554aec36631cfa6bf22924955d2a833751466232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 4 Apr 2013 19:39:56 +0000 Subject: [PATCH] [REACTOS] Fix the remaining 'lenght' --> 'length' misspelling. There are others, but in 3rd-party code. So don't correct them. svn path=/trunk/; revision=58675 --- reactos/base/applications/sndrec32/audio_waveout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/sndrec32/audio_waveout.cpp b/reactos/base/applications/sndrec32/audio_waveout.cpp index eeeb462a1f7..c49627d35bd 100644 --- a/reactos/base/applications/sndrec32/audio_waveout.cpp +++ b/reactos/base/applications/sndrec32/audio_waveout.cpp @@ -152,7 +152,7 @@ audio_waveout::init_headers_( void ) // // Sets the correct base address and - // lenght for the little buffer. + // length for the little buffer. // wave_headers[ i ].dwBufferLength = mb_size / buffers;