summaryrefslogtreecommitdiff
path: root/docs/tutorials/015/page07.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/015/page07.html')
-rw-r--r--docs/tutorials/015/page07.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/015/page07.html b/docs/tutorials/015/page07.html
index 06633974eb6..e2aeb527c2d 100644
--- a/docs/tutorials/015/page07.html
+++ b/docs/tutorials/015/page07.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -30,7 +31,7 @@ application when you take this sort of approach.
*/</font>
sig_atomic_t <font color=#008888>Server::finished_</font> = 0;
-<font color=red>/* The simple constructor and destructor don't do anything but give us
+<font color=red>/* The simple constructor and destructor don't do anything but give us
a place to expand in the future if we want.
*/</font>
<font color=#008888>Server::Server</font>(void)