html5/spec Overview.html,1.2519,1.2520

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14445

Modified Files:
	Overview.html 
Log Message:
copy/paste error (whatwg r3389)

Index: Overview.html
===================================================================
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:07 UTC