smasiello               Thu Aug  2 11:59:31 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mcal.xml 
  Log:
  fixed some annoying spelling and grammatical errors on the main MCAL page
  PR:
  Submitted by:
  Reviewed by:
  Obtained from:
  
  
Index: phpdoc/en/functions/mcal.xml
diff -u phpdoc/en/functions/mcal.xml:1.21 phpdoc/en/functions/mcal.xml:1.22
--- phpdoc/en/functions/mcal.xml:1.21   Sat Jul  7 14:42:31 2001
+++ phpdoc/en/functions/mcal.xml        Thu Aug  2 11:59:31 2001
@@ -8,7 +8,7 @@
    </para>
    <para>
     Libmcal is a C library for accessing calendars. It's written to be
-    very modular, with plugable drivers. MCAL is the calendar
+    very modular, with pluggable drivers. MCAL is the calendar
     equivalent of the IMAP module for mailboxes.
    </para>
    <para>
@@ -19,10 +19,10 @@
    </para>
    <para>
     Calendar events can be pulled up, queried, and stored. There is
-    also support for calendar triggers (alarms) and reoccuring events.
+    also support for calendar triggers (alarms) and recurring events.
    </para>
    <para>
-    With libmcal, central calendar servers can be accessed and used,
+    With libmcal, central calendar servers can be accessed,
     removing the need for any specific database or local file
     programming.
    </para>
@@ -59,7 +59,7 @@
            MCAL_SATURDAY
       </simpara></listitem>
      </itemizedlist>
-    For recurences :
+    For recurrence :
      <itemizedlist>
       <listitem><simpara>
            MCAL_RECUR_NONE
@@ -80,7 +80,7 @@
            MCAL_RECUR_YEARLY
       </simpara></listitem>
      </itemizedlist>
-    For monthes : 
+    For months : 
      <itemizedlist>
       <listitem><simpara>
            MCAL_JANUARY
@@ -159,7 +159,7 @@
   <refentry id="function.mcal-popen">
    <refnamediv>
     <refname>mcal_popen</refname>
-    <refpurpose>Opens up a persistant MCAL connection</refpurpose>
+    <refpurpose>Opens up a persistent MCAL connection</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to