Author: hbelusca Date: Thu Apr 4 19:39:56 2013 New Revision: 58675
URL: http://svn.reactos.org/svn/reactos?rev=58675&view=rev Log: [REACTOS] Fix the remaining 'lenght' --> 'length' misspelling. There are others, but in 3rd-party code. So don't correct them.
Modified: trunk/reactos/base/applications/sndrec32/audio_waveout.cpp
Modified: trunk/reactos/base/applications/sndrec32/audio_waveout.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndrec32/... ============================================================================== --- trunk/reactos/base/applications/sndrec32/audio_waveout.cpp [iso-8859-1] (original) +++ trunk/reactos/base/applications/sndrec32/audio_waveout.cpp [iso-8859-1] Thu Apr 4 19:39:56 2013 @@ -152,7 +152,7 @@
// // Sets the correct base address and - // lenght for the little buffer. + // length for the little buffer. //
wave_headers[ i ].dwBufferLength = mb_size / buffers;