summaryrefslogtreecommitdiff
path: root/docs/tutorials/015/page08.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/015/page08.html')
-rw-r--r--docs/tutorials/015/page08.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/015/page08.html b/docs/tutorials/015/page08.html
index 127bab8f00c..01cec6cfa33 100644
--- a/docs/tutorials/015/page08.html
+++ b/docs/tutorials/015/page08.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -13,7 +14,7 @@
<P>
<HR WIDTH="100%">
The Handler object is our event handler. You can use either
-ACE_Event_Handler or ACE_Svc_Handler<> for the baseclass. I generally
+ACE_Event_Handler or ACE_Svc_Handler<> for the baseclass. I generally
prefer the latter since it takes care of some housekeeping that I
would otherwise be responsible for.
<P>