hixie: Typo (whatwg r5336)

hixie: Typo (whatwg r5336)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4254&r2=1.4255&f=h
http://html5.org/tools/web-apps-tracker?from=5335&to=5336

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4254
retrieving revision 1.4255
diff -u -d -r1.4254 -r1.4255
--- Overview.html 24 Aug 2010 19:57:07 -0000 1.4254
+++ Overview.html 24 Aug 2010 20:02:28 -0000 1.4255
@@ -23277,7 +23277,7 @@
   </div><p class="note">When trying to use types other than
   <code>image/png</code>, authors can check if the image was really
   returned in the requested format by checking to see if the returned
-  string starts with one the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
+  string starts with one of the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
   thus the requested type was not supported. (The one exception to
   this is if the canvas has either no height or no width, in which
   case the result might simply be "<code title="">data:,</code>".)<div class="impl">

Received on Tuesday, 24 August 2010 20:03:11 UTC