hixie: typo (whatwg r6738)

hixie: typo (whatwg r6738)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5403&r2=1.5404&f=h
http://html5.org/tools/web-apps-tracker?from=6737&to=6738

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5403
retrieving revision 1.5404
diff -u -d -r1.5403 -r1.5404
--- Overview.html 24 Oct 2011 23:19:29 -0000 1.5403
+++ Overview.html 24 Oct 2011 23:21:27 -0000 1.5404
@@ -50668,7 +50668,7 @@
   not influence whether an <a href="#event-handlers" title="event handlers">event
   handler</a> is triggered or not.</p>
 
-  <p>The <dfn id="the-event-handler-processing-algorithm">the event handler processing algorithm</dfn> for an
+  <p><dfn id="the-event-handler-processing-algorithm">The event handler processing algorithm</dfn> for an
   <a href="#event-handlers" title="event handlers">event handler</a> <var title="">H</var> and an <code><a href="#event">Event</a></code> object <var title="">E</var> is as follows:</p>
 
   <ol><li><p>If <var title="">H</var>'s value is null, then abort these

Received on Monday, 24 October 2011 23:21:46 UTC