[REACTOS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Apr 2013 19:39:56 +0000 (19:39 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Apr 2013 19:39:56 +0000 (19:39 +0000)
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

index eeeb462..c49627d 100644 (file)
@@ -152,7 +152,7 @@ audio_waveout::init_headers_( void )
         
         //
         // Sets the correct base address and 
         
         //
         // Sets the correct base address and 
-        // lenght for the little buffer.
+        // length for the little buffer.
         //
 
         wave_headers[ i ].dwBufferLength = mb_size / buffers;
         //
 
         wave_headers[ i ].dwBufferLength = mb_size / buffers;