hixie: typo (whatwg r5916)

hixie: typo (whatwg r5916)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4755&r2=1.4756&f=h
http://html5.org/tools/web-apps-tracker?from=5915&to=5916

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4755
retrieving revision 1.4756
diff -u -d -r1.4755 -r1.4756
--- Overview.html 25 Feb 2011 08:12:06 -0000 1.4755
+++ Overview.html 25 Feb 2011 08:23:58 -0000 1.4756
@@ -49026,7 +49026,7 @@
   interface (part of Web Workers).</p>
 
   <p>The <dfn id="dom-windowbase64-btoa" title="dom-windowbase64-btoa"><code>btoa()</code></dfn>
-  method must throw an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exeption if
+  method must throw an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if
   the method's first argument contains any character whose code point
   is greater than U+00FF. Otherwise, the user agent must convert that
   argument to a sequence of octets whose <var title="">n</var>th octet

Received on Friday, 25 February 2011 08:25:39 UTC