typo fix (whatwg r3011)

typo fix (whatwg r3011)

listener
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2174.html#dom-datagrid-listener

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2173&r2=1.2174&f=h
http://html5.org/tools/web-apps-tracker?from=3010&to=3011

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2173
retrieving revision 1.2174
diff -u -d -r1.2173 -r1.2174
--- Overview.html 28 Apr 2009 07:24:27 -0000 1.2173
+++ Overview.html 28 Apr 2009 22:11:49 -0000 1.2174
@@ -32189,7 +32189,7 @@
   the notifications from the <code><a href="#datagrid">datagrid</a></code>. Initially, its
   value must be null. On getting, it must return its value. On
   setting, its value must be set to the new value, and then the user
-  agent must <a href="#queue-a-task">queue a task</a> to call the <code title="dom-listener-initialize"><a href="#dom-listener-initialize">initalize()</a></code> method with the
+  agent must <a href="#queue-a-task">queue a task</a> to call the <code title="dom-listener-initialize"><a href="#dom-listener-initialize">initialize()</a></code> method with the
   <code><a href="#datagrid">datagrid</a></code> element as its only argument.</p>

Received on Tuesday, 28 April 2009 22:19:10 UTC