summaryrefslogtreecommitdiff
path: root/docs/tutorials/015/page05.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/015/page05.html')
-rw-r--r--docs/tutorials/015/page05.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/015/page05.html b/docs/tutorials/015/page05.html
index dbfe16e91d7..104911d718b 100644
--- a/docs/tutorials/015/page05.html
+++ b/docs/tutorials/015/page05.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -12,10 +13,10 @@
<P>
<HR WIDTH="100%">
-Like the client, we want to keep the main() part of our server code as
+Like the client, we want to keep the main() part of our server code as
simple as possible. This is done by putting most of the work
into the Handler object that will deal with client connections.
-From the looks of the code below, I think we've been successful in our
+From the looks of the code below, I think we've been successful in our
simplification.
<HR>