summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-02-02 18:55:39 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-02-02 18:55:39 +0000
commit4ce21f6970421f3a11cbd2391441bb9ab7707a61 (patch)
tree0388ee56193cf4a2c954371a8a069c8e67619692
parent6c2b09cc343628c6aa255aa6a2a31a5890f1db63 (diff)
downloadlibapr-4ce21f6970421f3a11cbd2391441bb9ab7707a61.tar.gz
fix a typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61182 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_network_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index ef3dad031..a647bb289 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -99,7 +99,7 @@ extern "C" {
#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
*/