fixed some annoying spelling and grammatical errors on the main MCAL page

PR:
Submitted by:
Reviewed by:
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53052 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sam Masiello 2001-08-02 15:59:31 +00:00
parent 966971aca8
commit 7f43e8189c

View file

@ -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>