[Modcplusplus-devel] (gr84b8) mod_cplusplus/include apache_output_buffer.h
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-05-03 17:20:44
|
Mod Cplusplus CVS committal
Author : gr84b8
Project : mod_cplusplus
Module : include
Dir : mod_cplusplus/include
Modified Files:
apache_output_buffer.h
Log Message:
fix typo in comment (submitted by Jonathan Wakely <co...@co...>)
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/include/apache_output_buffer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- apache_output_buffer.h 3 May 2002 16:50:27 -0000 1.2
+++ apache_output_buffer.h 3 May 2002 17:20:43 -0000 1.3
@@ -25,7 +25,7 @@
/* if buffering output, send buffered output to browser immediatly */
int flush();
- /* if beffering output, clear buffer */
+ /* if buffering output, clear buffer */
void clear();
/* set whether or not to buffer output */
|