summaryrefslogtreecommitdiff
path: root/src/reqs.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-26 18:55:19 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-26 18:55:19 +0000
commit63f481c61a47e21b171e33c35d415102b679f143 (patch)
tree0005b6a9c70e77d73762c29b201de25c172d3c13 /src/reqs.c
parent6cc0dce1b43622f9ce14f4533524b0d5d0961902 (diff)
downloadtinyproxy-63f481c61a47e21b171e33c35d415102b679f143.tar.gz
tinyproxy-63f481c61a47e21b171e33c35d415102b679f143.zip
Spelling changes (from thread to child.)
Diffstat (limited to '')
-rw-r--r--src/reqs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reqs.c b/src/reqs.c
index 9d9321f..73e984c 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1,7 +1,7 @@
-/* $Id: reqs.c,v 1.75 2002-05-24 04:45:32 rjkaes Exp $
+/* $Id: reqs.c,v 1.76 2002-05-26 18:54:56 rjkaes Exp $
*
* This is where all the work in tinyproxy is actually done. Incoming
- * connections have a new thread created for them. The thread then
+ * connections have a new child created for them. The child then
* processes the headers from the client, the response from the server,
* and then relays the bytes between the two.
* If TUNNEL_SUPPORT is enabled, then tinyproxy will actually work