[BASE] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / base / applications / sndrec32 / audio_membuffer.hpp
index cfdea9b..e768134 100644 (file)
@@ -178,11 +178,11 @@ class audio_membuffer : public audio_receiver, public audio_producer
         void alloc_seconds(float);
 
         /* resizes in bytes the current buffer, without discarding
-           previsiously audio data received */
+           previously audio data received */
         void resize_bytes(unsigned int);
 
         /* resizes in seconds the current buffer, without discarding
-           previsiously audio data received */
+           previously audio data received */
         void resize_seconds( unsigned int );
         void resize_seconds( float );