From 23dddf5be1142de5d9ca5ef55f2821097fe08932 Mon Sep 17 00:00:00 2001 From: darkeye Date: Sat, 19 Oct 2002 12:21:28 +0000 Subject: [PATCH] fixed comment typo --- darkice/trunk/src/BufferedSink.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/src/BufferedSink.cpp b/darkice/trunk/src/BufferedSink.cpp index b69668b..d82cbfb 100644 --- a/darkice/trunk/src/BufferedSink.cpp +++ b/darkice/trunk/src/BufferedSink.cpp @@ -301,7 +301,7 @@ BufferedSink :: write ( const void * buf, if ( outp < inp ) { // valuable data is between outp and inp - // if the previous if wrote all data from the end + // in the previous if wrote all data from the end // this part will write the rest size = inp - outp; @@ -372,6 +372,9 @@ BufferedSink :: close ( void ) throw ( Exception ) $Source$ $Log$ + Revision 1.6 2002/10/19 12:21:28 darkeye + fixed comment typo + Revision 1.5 2001/08/30 17:25:56 darkeye renamed configure.h to config.h