2009/dap/contacts Overview.html,1.114,1.115

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv5755/contacts

Modified Files:
	Overview.html 
Log Message:
Fixed typo (http://lists.w3.org/Archives/Public/public-device-apis/2011Mar/0020.html)

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html	7 Mar 2011 17:18:11 -0000	1.114
+++ Overview.html	8 Mar 2011 10:08:38 -0000	1.115
@@ -24,7 +24,7 @@
                 specStatus: "ED",
                 shortName: "contacts-api",
                 editors: [{name: "Richard Tibbett", url: "http://richt.me", company: "Opera Software ASA", companyURL: "http://www.opera.com"}],
-                //publishDate:  "2011-01-10",
+                publishDate:  "2011-03-08",
                 previousPublishDate:  "2010-12-09",
                 previousMaturity: "WD",
                 edDraftURI: "http://dev.w3.org/2009/dap/contacts/",
@@ -1133,8 +1133,8 @@
            href="#contact-interface"><code>Contact</code></a> object(s).
         </p>
         <p>
-          If a provided <a>search qualifier</a> element (<code>filter[x]</code>) does not match a <a
-           href="#contact-interface"><code>Contact</code></a> attribute, <code>filter[x]</code> SHOULD be ignored when executing the
+          If a provided <a>search qualifier</a> element (<code>fields[x]</code>) does not match a <a
+           href="#contact-interface"><code>Contact</code></a> attribute, <code>fields[x]</code> SHOULD be ignored when executing the
           current <a
            href="#contacts-interface"><code>Contacts</code></a> <a
            href="#widl-Contacts-find">find()</a> operation.

Received on Tuesday, 8 March 2011 10:08:42 UTC