summaryrefslogtreecommitdiffstats
path: root/server/connection.c
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>1999-10-12 00:07:29 +0200
committerMartin Kraemer <martin@apache.org>1999-10-12 00:07:29 +0200
commit0c7673561b8d6a8cacb0038186fc0ce38fb810ab (patch)
tree020e380d1e79826e6ba98475af167b5f850e9d2a /server/connection.c
parentTypo (diff)
downloadapache2-0c7673561b8d6a8cacb0038186fc0ce38fb810ab.tar.xz
apache2-0c7673561b8d6a8cacb0038186fc0ce38fb810ab.zip
Fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/connection.c')
-rw-r--r--server/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connection.c b/server/connection.c
index 813824f352..16dfe0d6ef 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -72,7 +72,7 @@ HOOK_STRUCT(
IMPLEMENT_HOOK_VOID(pre_connection,(conn_rec *c),(c))
IMPLEMENT_HOOK_RUN_FIRST(int,process_connection,(conn_rec *c),(c),DECLINED)
-/* TODO: re ap_context_t mplement the lingering close stuff */
+/* TODO: reimplement the lingering close stuff */
#define NO_LINGCLOSE
/*