2009/dap/calendar Overview.html,1.10,1.11

Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv10225

Modified Files:
	Overview.html 
Log Message:
typos


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html	27 Jan 2010 10:14:46 -0000	1.10
+++ Overview.html	27 Jan 2010 10:29:36 -0000	1.11
@@ -104,7 +104,7 @@
                                                           },
                                                           freebusy:        'busy',
                                                           status:          'pending',
-                                                          reminder:        -3600000,      // Remind 1 hour before each occurance of this event
+                                                          reminder:        -3600000,      // Remind 1 hour before each occurrence of this event
                                                           serviceId:       'http://localhost/calendar'
                                                      });</pre>
                 </div>
@@ -613,7 +613,7 @@
 						 <p>A relative reminder is paticularly useful for setting a reminder for recurring events.</p>
                         
 						<pre class="example sh_javascript_dom">{reminder: 1269435600000}  // Remind ONCE on March 24, 2010 @ 1pm</pre>
-						<pre class="example sh_javascript_dom">{reminder: -3600000}       // Remind 1 hour before every occurance of this event</pre>
+						<pre class="example sh_javascript_dom">{reminder: -3600000}       // Remind 1 hour before every occurrence of this event</pre>
                     </dd> 
 
                     <dt>
@@ -700,7 +700,7 @@
                     <dd>
                     	<p>The day or days of the week for which the CalendarRepeatRule applies. If this attribute is set to <code>null</code> then the day of the CalendarEventProperties.start value is used to derive the recurrent dates.
 						
-						<p><strong>NOTE:</strong> This property only applies to weekly occurances. If CalendarRepeatRule.frequency is not set to 'weekly' this property must be ignored.</p>
+						<p><strong>NOTE:</strong> This property only applies to weekly occurrences. If CalendarRepeatRule.frequency is not set to 'weekly' this property must be ignored.</p>
 
 						<p>The possible values are:</p>
 						
@@ -722,7 +722,7 @@
                     <dd>
                     	<p>The day or days of the month for which the CalendarRepeatRule applies. If this attribute is set to <code>null</code> then the day of the month of the CalendarEventProperties.start value is used to derive the recurrent dates.
 						
-						<p><strong>NOTE:</strong> This property only applies to monthly occurances.  If CalendarRepeatRule.frequency is not set to 'monthly' this property must be ignored.</p>
+						<p><strong>NOTE:</strong> This property only applies to monthly occurrences.  If CalendarRepeatRule.frequency is not set to 'monthly' this property must be ignored.</p>
 
 						<p>The possible values are:</p>
 						
@@ -739,7 +739,7 @@
                     <dd>
                     	<p>The day or days of the month for which the CalendarRepeatRule applies. If this attribute is set to <code>null</code> then the day of the year of the CalendarEventProperties.start value is used to derive the recurrent dates.
 						
-						<p><strong>NOTE:</strong> This property only applies to yearly occurances.  If CalendarRepeatRule.frequency is not set to 'yearly' this property must be ignored.</p>
+						<p><strong>NOTE:</strong> This property only applies to yearly occurrences.  If CalendarRepeatRule.frequency is not set to 'yearly' this property must be ignored.</p>
 
 						<p>The possible values are:</p>
 						
@@ -756,7 +756,7 @@
                     <dd>
                     	<p>The week or weeks of the month for which the CalendarRepeatRule applies. If this attribute is set to <code>null</code> then the week of the month of the CalendarEventProperties.start value is used to derive the recurrent dates.
 						
-						<p><strong>NOTE:</strong> This property only applies to monthly occurances. If CalendarRepeatRule.frequency is not set to 'monthly' this property must be ignored.</p>
+						<p><strong>NOTE:</strong> This property only applies to monthly occurrences. If CalendarRepeatRule.frequency is not set to 'monthly' this property must be ignored.</p>
 
 						<p>The possible values are:</p>
 						
@@ -773,7 +773,7 @@
                     <dd>
                     	<p>The month or months of the year for which the CalendarRepeatRule applies. If this attribute is set to <code>null</code> then the month of the year of the CalendarEventProperties.start value is used to derive the recurrent dates.
 						
-						<p><strong>NOTE:</strong> This property only applies to yearly occurances. If CalendarRepeatRule.frequency is not set to 'yearly' this property must be ignored.</p>
+						<p><strong>NOTE:</strong> This property only applies to yearly occurrences. If CalendarRepeatRule.frequency is not set to 'yearly' this property must be ignored.</p>
 
 						<p>The possible values are:</p>
 						

Received on Wednesday, 27 January 2010 10:29:40 UTC