From 7f43e8189cc581b1acc427c2b10efccdb4c22575 Mon Sep 17 00:00:00 2001 From: Sam Masiello Date: Thu, 2 Aug 2001 15:59:31 +0000 Subject: [PATCH] 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 --- functions/mcal.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/mcal.xml b/functions/mcal.xml index 735f20cf79..5c67bcc7b4 100644 --- a/functions/mcal.xml +++ b/functions/mcal.xml @@ -8,7 +8,7 @@ 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. @@ -19,10 +19,10 @@ 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. - 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. @@ -59,7 +59,7 @@ MCAL_SATURDAY - For recurences : + For recurrence : MCAL_RECUR_NONE @@ -80,7 +80,7 @@ MCAL_RECUR_YEARLY - For monthes : + For months : MCAL_JANUARY @@ -159,7 +159,7 @@ mcal_popen - Opens up a persistant MCAL connection + Opens up a persistent MCAL connection Description