trawick 01/02/02 10:55:42
Modified: include apr_network_io.h
Log:
fix a typo
Revision Changes Path
1.96 +1 -1 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- apr_network_io.h 2001/02/02 07:34:22 1.95
+++ apr_network_io.h 2001/02/02 18:55:39 1.96
@@ -99,7 +99,7 @@
#define APR_RESET_NODELAY 2048 /* This flag is ONLY set internally
* when we set APR_TCP_NOPUSH with
* APR_TCP_NODELAY set to tell us that
- * APR_TCP_NODELAY should be truned on
+ * APR_TCP_NODELAY should be turned on
* again when NOPUSH is turned off
*/