Typo at http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture

Chris Anderson <[email protected]> Wed, 20 May 2015 04:11:53 +0000
Newsgroups gmane.comp.web.dom.general
Message-ID <CABbkbNcZxpET0St1GcHBsLuquAvwzG=0ERa5wjs+QoX1Z+DHcw@mail.gmail.com>
Should be stopPropagation. :)

"If the capturing EventListener
<http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventListener>
wishes
to prevent further processing of the event from occurring it may call the
*stopProgagation* method of the Event
<http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event>
 interface.