2009/dap/contacts Overview.html,1.85,1.86

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

Modified Files:
	Overview.html 
Log Message:
typos


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.html	15 Sep 2010 08:46:26 -0000	1.85
+++ Overview.html	15 Sep 2010 09:07:24 -0000	1.86
@@ -135,7 +135,7 @@
         This specification defines the concept of a user's unified address book - where address book data may be sourced from a
         plurality of sources - both online and locally. This specification then defines the interfaces on which third party applications can
         access a user's unified address book, with explicit user permission and filtering. The focus of this data sharing is on making
-        the user aware of the data that they will share and putting them at the centre of the data sharing process; free to select both the
+        the user aware of the data that they will share and putting them at the center of the data sharing process; free to select both the
         extent to which they share their address book information and the ability to restrict which pieces of information related to which
         contact gets shared.
       </p>
@@ -793,7 +793,7 @@
             attribute DOMString? filter
           </dt>
           <dd>
-            A DOMString-based <a>search filter</a> with which to search and intially filter the <a
+            A DOMString-based <a>search filter</a> with which to search and initially filter the <a
              href='#contacts-interface'><code>Contacts</code></a> database.
           </dd>
           <dt>
@@ -1353,7 +1353,7 @@
             </p>
             <ol class="rule">
               <li>
-                Using ECMA-262 3rd Edition regular expression syntax and psuedo-code, the <a>search filter</a> provided can be represented
+                Using ECMA-262 3rd Edition regular expression syntax and pseudo-code, the <a>search filter</a> provided can be represented
                 as: 
 <pre>
 ( name.formatted = /&and;.*Robert.*$/i ) &cup; ( phoneNumbers.value = /&and;.*Robert.*$/i ) 
@@ -1575,7 +1575,7 @@
            href="#widl-ContactError-PERMISSION_DENIED_ERROR"><code>PERMISSION_DENIED_ERROR</code></a>.
         </p>
         <p>
-          If the user clicks &#39;Select&#39;, the <a>user agent</a> may provide a <dfn>contact picker</dfn>, utilising all of the
+          If the user clicks &#39;Select&#39;, the <a>user agent</a> may provide a <dfn>contact picker</dfn>, utilizing all of the
           parameters provided in the find() operation as follows:
         </p>
         <p

Received on Wednesday, 15 September 2010 09:07:27 UTC