hixie: copy/paste error (whatwg r3389)

hixie: copy/paste error (whatwg r3389)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2519&r2=1.2520&f=h
http://html5.org/tools/web-apps-tracker?from=3388&to=3389

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2519
retrieving revision 1.2520
diff -u -d -r1.2519 -r1.2520
--- Overview.html 13 Jul 2009 03:15:21 -0000 1.2519
+++ Overview.html 13 Jul 2009 05:12:55 -0000 1.2520
@@ -27546,7 +27546,7 @@
   <p><strong>The <a href="#concept-input-value-string-number" title="concept-input-value-string-number">algorithm to convert a
   string to a number</a>, given a string <var title="">input</var>,
   is as follows:</strong> If <a href="#parse-a-month-string" title="parse a month
-  string">parsing a month time</a> from <var title="">input</var>
+  string">parsing a month</a> from <var title="">input</var>
   results in an error, then return an error; otherwise, return the
   number of months between January 1970 and the parsed <a href="#concept-month" title="concept-month">month</a>.</p>

Received on Monday, 13 July 2009 05:13:56 UTC